added wss to csp connect-src
This commit is contained in:
parent
ebf6bda467
commit
ddeaf8076d
|
@ -25,6 +25,9 @@ module.exports = function(app) {
|
||||||
defaultSrc: ["'self'"],
|
defaultSrc: ["'self'"],
|
||||||
connectSrc: [
|
connectSrc: [
|
||||||
"'self'",
|
"'self'",
|
||||||
|
'wss://*.dev.lcip.org',
|
||||||
|
'wss://*.mozaws.net',
|
||||||
|
'wss://send.firefox.com',
|
||||||
'https://sentry.prod.mozaws.net',
|
'https://sentry.prod.mozaws.net',
|
||||||
'https://www.google-analytics.com'
|
'https://www.google-analytics.com'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue