Skip to content

Commit

Permalink
fix(csp): allow images from prod (developer.mozilla.org) (#12514)
Browse files Browse the repository at this point in the history
Otherwise we cannot load `apple-touch-icon` and `favicon` on other hosts, including localhost.
  • Loading branch information
caugner authored Jan 24, 2025
1 parent 111b52f commit 09ded00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09ded00

Please sign in to comment.