Update CSP to remove vimeo and add youtube
This commit is contained in:
@ -26,10 +26,6 @@ export default function csp() {
|
||||
'*.jsdelivr.com',
|
||||
'*.twimg.com',
|
||||
'https://*.twimg.com',
|
||||
'vimeo.com'
|
||||
].concat(trusted),
|
||||
connectSrc: [
|
||||
'vimeo.com'
|
||||
].concat(trusted),
|
||||
styleSrc: [
|
||||
"'unsafe-inline'",
|
||||
@ -62,7 +58,7 @@ export default function csp() {
|
||||
frameSrc: [
|
||||
'*.gitter.im',
|
||||
'*.gitter.im https:',
|
||||
'*.vimeo.com',
|
||||
'*.youtube.com',
|
||||
'*.twitter.com',
|
||||
'*.ghbtns.com',
|
||||
'*.freecatphotoapp.com',
|
||||
|
Reference in New Issue
Block a user