Skip to content

Commit

Permalink
process-url: update consts
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Jul 16, 2023
1 parent 7c2a340 commit 6b06276
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mdn/process-url/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ export const downloadableHosts = arrayToMap([
'cdn.jsdelivr.net',
// https://github.com/website-local/mdn-local/issues/208
'developer-stage.mdn.mozit.cloud',
'developer-prod.mdn.mozit.cloud'
'developer-prod.mdn.mozit.cloud',
// https://github.com/website-local/mdn-local/issues/890
'bcd.developer.mozilla.org',
'bcd.developer.allizom.org',
]);

0 comments on commit 6b06276

Please sign in to comment.