From 9c4a8bfa262252dba4cd5c7df17532e67108e4d9 Mon Sep 17 00:00:00 2001 From: Romain H Date: Mon, 29 Jun 2020 18:22:59 +0200 Subject: [PATCH] fix content security policy for Safari browser --- server/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/index.js b/server/routes/index.js index 05759815..ca4e1e1b 100644 --- a/server/routes/index.js +++ b/server/routes/index.js @@ -39,7 +39,7 @@ module.exports = function(app) { "'self'", 'wss://*.dev.lcip.org', 'wss://*.send.nonprod.cloudops.mozgcp.net', - 'wss://send.firefox.com', + 'wss://drop.chapril.org', 'https://*.dev.lcip.org', 'https://accounts.firefox.com', 'https://*.accounts.firefox.com',