added accounts.firefox.com to csp connect-src for /metrics-flow

This commit is contained in:
Danny Coates 2019-03-05 13:05:51 -08:00
parent 5e04f367c1
commit 445811931f
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -41,6 +41,7 @@ module.exports = function(app) {
'wss://*.mozaws.net', 'wss://*.mozaws.net',
'wss://send.firefox.com', 'wss://send.firefox.com',
'https://*.dev.lcip.org', 'https://*.dev.lcip.org',
'https://accounts.firefox.com',
'https://*.accounts.firefox.com', 'https://*.accounts.firefox.com',
'https://sentry.prod.mozaws.net' 'https://sentry.prod.mozaws.net'
], ],