We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55fd8f commit 2c81bf5Copy full SHA for 2c81bf5
libs/constants/index.js
@@ -130,8 +130,7 @@ export const CSP_DIRECTIVES = {
130
"profile.stage.mozaws.net",
131
"profile.accounts.firefox.com",
132
133
- "media.prod.mdn.mozit.cloud",
134
- "media.stage.mdn.mozit.cloud",
+ "mdn.dev",
135
"interactive-examples.mdn.mozilla.net",
136
"interactive-examples.mdn.allizom.net",
137
libs/fundamental-redirects/index.js
@@ -682,7 +682,7 @@ const SCL3_REDIRECT_PATTERNS = [
682
redirect(
683
/^samples\/(?<sample_path>.*)$/i,
684
({ sample_path }) =>
685
- `https://media.prod.mdn.mozit.cloud/samples/${sample_path}`,
+ `https://mdn.dev/archives/media/samples/${sample_path}`,
686
{ permanent: false }
687
),
688
// Bug 887428 - Misprinted URL in promo materials
0 commit comments