add vimeo to connect sources
This commit is contained in:
@ -144,7 +144,9 @@ app.use(helmet.csp({
|
|||||||
'http://cdn.inspectlet.com/inspectlet.js',
|
'http://cdn.inspectlet.com/inspectlet.js',
|
||||||
'http://www.freecodecamp.org'
|
'http://www.freecodecamp.org'
|
||||||
].concat(trusted),
|
].concat(trusted),
|
||||||
'connect-src': [].concat(trusted),
|
'connect-src': [
|
||||||
|
'vimeo.com'
|
||||||
|
].concat(trusted),
|
||||||
styleSrc: [
|
styleSrc: [
|
||||||
'*.googleapis.com',
|
'*.googleapis.com',
|
||||||
'*.gstatic.com'
|
'*.gstatic.com'
|
||||||
|
Reference in New Issue
Block a user