Add freecatphotoapp to csp

This commit is contained in:
Berkeley Martinez
2015-12-09 11:02:06 -08:00
parent 9822cc67f9
commit 0f75aa3b88

View File

@ -22,7 +22,7 @@ export default function csp() {
'*.twimg.com', '*.twimg.com',
'https://*.twimg.com' 'https://*.twimg.com'
].concat(trusted), ].concat(trusted),
'connect-src': [ connectSrc: [
'vimeo.com' 'vimeo.com'
].concat(trusted), ].concat(trusted),
styleSrc: [ styleSrc: [
@ -58,7 +58,8 @@ export default function csp() {
'*.gitter.im https:', '*.gitter.im https:',
'*.vimeo.com', '*.vimeo.com',
'*.twitter.com', '*.twitter.com',
'*.ghbtns.com' '*.ghbtns.com',
'*.freecatphotoapp.com'
].concat(trusted), ].concat(trusted),
// set to true if you only want to report errors // set to true if you only want to report errors
reportOnly: false, reportOnly: false,