added wss to csp connect-src

This commit is contained in:
Danny Coates 2018-07-12 14:27:49 -07:00
parent ebf6bda467
commit ddeaf8076d
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ module.exports = function(app) {
defaultSrc: ["'self'"],
connectSrc: [
"'self'",
'wss://*.dev.lcip.org',
'wss://*.mozaws.net',
'wss://send.firefox.com',
'https://sentry.prod.mozaws.net',
'https://www.google-analytics.com'
],