From 5866e941bd6fa685809ff78efab9a597257eb2f0 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 23 Mar 2023 23:29:31 +0100 Subject: [PATCH] fix(csp): add bcd.developer.mozilla/allizom.org as connect-src --- libs/constants/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/constants/index.js b/libs/constants/index.js index 5f1c4e585690..7513b4467843 100644 --- a/libs/constants/index.js +++ b/libs/constants/index.js @@ -93,6 +93,9 @@ export const CSP_DIRECTIVES = { "connect-src": [ "'self'", + "bcd.developer.allizom.org", + "bcd.developer.mozilla.org", + "updates.developer.allizom.org", "updates.developer.mozilla.org",