diff --git a/server/routes/index.js b/server/routes/index.js index 4b7d6f31..3cf1600a 100644 --- a/server/routes/index.js +++ b/server/routes/index.js @@ -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' ],