Skip to content

Commit 09ded00

Browse files
authored
fix(csp): allow images from prod (developer.mozilla.org) (#12514)
Otherwise we cannot load `apple-touch-icon` and `favicon` on other hosts, including localhost.
1 parent 111b52f commit 09ded00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/constants/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const CSP_DIRECTIVES = {
155155
"profile.stage.mozaws.net",
156156
"profile.accounts.firefox.com",
157157

158+
"developer.mozilla.org",
158159
"mdn.dev",
159160
"interactive-examples.mdn.mozilla.net",
160161
"interactive-examples.mdn.allizom.net",

0 commit comments

Comments
 (0)