mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
Even more testing
This commit is contained in:
@@ -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*/
|
||||
'*'
|
||||
|
||||
Reference in New Issue
Block a user