Replace application/basilisk with browser/

This commit is contained in:
wuggy 2026-06-26 20:25:10 -07:00
commit daa6179d22
1839 changed files with 72 additions and 74 deletions

View file

@ -0,0 +1,15 @@
/* exported NewTabRemoteResources */
"use strict";
this.EXPORTED_SYMBOLS = ["NewTabRemoteResources"];
const NewTabRemoteResources = {
MODE_CHANNEL_MAP: {
production: {origin: "https://content.cdn.mozilla.net"},
staging: {origin: "https://s3_proxy_tiles.stage.mozaws.net"},
test: {origin: "https://example.com"},
test2: {origin: "http://mochi.test:8888"},
dev: {origin: "http://localhost:8888"}
}
};