mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
add vimeo to connect sources
This commit is contained in:
parent
1781e22cf1
commit
6eca181f6f
@ -144,7 +144,9 @@ app.use(helmet.csp({
|
||||
'http://cdn.inspectlet.com/inspectlet.js',
|
||||
'http://www.freecodecamp.org'
|
||||
].concat(trusted),
|
||||
'connect-src': [].concat(trusted),
|
||||
'connect-src': [
|
||||
'vimeo.com'
|
||||
].concat(trusted),
|
||||
styleSrc: [
|
||||
'*.googleapis.com',
|
||||
'*.gstatic.com'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user