From 09ded006a49cce576ca0e675b1547c1bbf52fab3 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:33:09 +0100 Subject: [PATCH] fix(csp): allow images from prod (developer.mozilla.org) (#12514) Otherwise we cannot load `apple-touch-icon` and `favicon` on other hosts, including localhost. --- libs/constants/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/constants/index.js b/libs/constants/index.js index 7dda3d74fac1..4a1b57643d48 100644 --- a/libs/constants/index.js +++ b/libs/constants/index.js @@ -155,6 +155,7 @@ export const CSP_DIRECTIVES = { "profile.stage.mozaws.net", "profile.accounts.firefox.com", + "developer.mozilla.org", "mdn.dev", "interactive-examples.mdn.mozilla.net", "interactive-examples.mdn.allizom.net",