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