Skip to content

Commit

Permalink
Even more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Jun 16, 2015
1 parent 121dabd commit efb4bd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ app.use(helmet.csp({
].concat(trusted),
'connect-src': [
].concat(trusted),
styleSrc: trusted,
styleSrc: [
'http://fonts.googleapis.com/*',
'http://fonts.gstatic.com/*'
].concat(trusted),
imgSrc: [
/* allow all input since we have user submitted images for public profile*/
'*'
Expand Down

0 comments on commit efb4bd1

Please sign in to comment.