2021-11-20 01:31:09 -05:00
|
|
|
diff --git a/browser/components/newtab/data/content/activity-stream.bundle.js b/browser/components/newtab/data/content/activity-stream.bundle.js
|
2022-05-05 11:51:29 -05:00
|
|
|
index d5a3f10..b5efa81 100644
|
2021-11-20 01:31:09 -05:00
|
|
|
--- a/browser/components/newtab/data/content/activity-stream.bundle.js
|
|
|
|
+++ b/browser/components/newtab/data/content/activity-stream.bundle.js
|
2022-05-05 11:51:29 -05:00
|
|
|
@@ -1577,7 +1577,7 @@ class ASRouterAdminInner extends (external_React_default()).PureComponent {
|
|
|
|
label = /*#__PURE__*/external_React_default().createElement("span", null, "remote settings (", /*#__PURE__*/external_React_default().createElement("a", {
|
2021-11-20 01:31:09 -05:00
|
|
|
className: "providerUrl",
|
|
|
|
target: "_blank",
|
|
|
|
- href: "https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/nimbus-desktop-experiments/records",
|
2022-05-05 11:51:29 -05:00
|
|
|
+ href: "https://%.invalid",
|
2021-11-20 01:31:09 -05:00
|
|
|
rel: "noopener noreferrer"
|
|
|
|
}, "nimbus-desktop-experiments"), ")");
|
|
|
|
}
|
|
|
|
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
|
2022-05-05 11:51:29 -05:00
|
|
|
index 261e46f..22f8214 100644
|
2021-11-20 01:31:09 -05:00
|
|
|
--- a/modules/libpref/init/all.js
|
|
|
|
+++ b/modules/libpref/init/all.js
|
2022-05-05 11:51:29 -05:00
|
|
|
@@ -2181,7 +2181,7 @@ pref("security.insecure_field_warning.ignore_local_ip_address", true);
|
|
|
|
|
2021-11-20 01:31:09 -05:00
|
|
|
// Remote settings preferences
|
|
|
|
pref("services.settings.poll_interval", 86400); // 24H
|
|
|
|
-pref("services.settings.server", "https://firefox.settings.services.mozilla.com/v1");
|
2022-05-05 11:51:29 -05:00
|
|
|
+pref("services.settings.server", "https://%.invalid");
|
2021-11-20 01:31:09 -05:00
|
|
|
pref("services.settings.default_bucket", "main");
|
|
|
|
|
|
|
|
// The percentage of clients who will report uptake telemetry as
|
|
|
|
diff --git a/services/settings/Utils.jsm b/services/settings/Utils.jsm
|
2022-05-05 11:51:29 -05:00
|
|
|
index 2ce9e87..cd132a3 100644
|
2021-11-20 01:31:09 -05:00
|
|
|
--- a/services/settings/Utils.jsm
|
|
|
|
+++ b/services/settings/Utils.jsm
|
2022-05-05 11:51:29 -05:00
|
|
|
@@ -89,7 +89,7 @@ var Utils = {
|
|
|
|
get SERVER_URL() {
|
|
|
|
return allowServerURLOverride
|
|
|
|
? gServerURL
|
|
|
|
- : "https://firefox.settings.services.mozilla.com/v1";
|
|
|
|
+ : "https://%.invalid";
|
2021-11-20 01:31:09 -05:00
|
|
|
},
|
2022-05-05 11:51:29 -05:00
|
|
|
|
|
|
|
CHANGES_PATH: "/buckets/monitor/collections/changes/changeset",
|
2021-11-20 01:31:09 -05:00
|
|
|
diff --git a/toolkit/components/search/SearchUtils.jsm b/toolkit/components/search/SearchUtils.jsm
|
2022-05-05 11:51:29 -05:00
|
|
|
index 983d567..5fb6ae7 100644
|
2021-11-20 01:31:09 -05:00
|
|
|
--- a/toolkit/components/search/SearchUtils.jsm
|
|
|
|
+++ b/toolkit/components/search/SearchUtils.jsm
|
|
|
|
@@ -159,9 +159,9 @@ var SearchUtils = {
|
|
|
|
|
|
|
|
ENGINES_URLS: {
|
|
|
|
"prod-main":
|
|
|
|
- "https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-config/records",
|
2022-05-05 11:51:29 -05:00
|
|
|
+ "https://%.invalid",
|
2021-11-20 01:31:09 -05:00
|
|
|
"prod-preview":
|
|
|
|
- "https://firefox.settings.services.mozilla.com/v1/buckets/main-preview/collections/search-config/records",
|
2022-05-05 11:51:29 -05:00
|
|
|
+ "https://%.invalid",
|
2021-11-20 01:31:09 -05:00
|
|
|
"stage-main":
|
|
|
|
"https://settings.stage.mozaws.net/v1/buckets/main/collections/search-config/records",
|
|
|
|
"stage-preview":
|