mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
added accounts.firefox.com to csp connect-src for /metrics-flow
This commit is contained in:
@@ -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'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user