add vimeo to connect sources

pull/1319/head^2
Berkeley Martinez 2015-07-07 00:02:38 -07:00
parent 1781e22cf1
commit 6eca181f6f
1 changed files with 3 additions and 1 deletions

View File

@ -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'