1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-12 22:22:31 +01:00

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

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'
],