added accounts.firefox.com to csp connect-src for /metrics-flow
This commit is contained in:
parent
5e04f367c1
commit
445811931f
|
@ -41,6 +41,7 @@ module.exports = function(app) {
|
|||
'wss://*.mozaws.net',
|
||||
'wss://send.firefox.com',
|
||||
'https://*.dev.lcip.org',
|
||||
'https://accounts.firefox.com',
|
||||
'https://*.accounts.firefox.com',
|
||||
'https://sentry.prod.mozaws.net'
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue