Add freecatphotoapp to csp
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user