diff options
author | B. Stack <bgstack15@gmail.com> | 2022-04-15 16:57:02 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-04-15 16:57:02 -0400 |
commit | 9c00f7050567825bc089bec6991629fb49830394 (patch) | |
tree | c13d4e5ed3c52e8100cd9365309641554a721242 /stop-undesired-requests2.patch | |
parent | Merge branch 'b98.0-3-npgo' into 'b98.0-3' (diff) | |
download | librewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.tar.gz librewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.tar.bz2 librewolf-fedora-ff-9c00f7050567825bc089bec6991629fb49830394.zip |
librewolf for fedora 99.0.1-1 rc1
Diffstat (limited to 'stop-undesired-requests2.patch')
-rw-r--r-- | stop-undesired-requests2.patch | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/stop-undesired-requests2.patch b/stop-undesired-requests2.patch new file mode 100644 index 0000000..db76efd --- /dev/null +++ b/stop-undesired-requests2.patch @@ -0,0 +1,62 @@ +diff --git a/browser/components/newtab/data/content/activity-stream.bundle.js b/browser/components/newtab/data/content/activity-stream.bundle.js +index 6e7cc5e..8334a49 100644 +--- a/browser/components/newtab/data/content/activity-stream.bundle.js ++++ b/browser/components/newtab/data/content/activity-stream.bundle.js +@@ -1819,7 +1819,7 @@ class ASRouterAdminInner extends react__WEBPACK_IMPORTED_MODULE_3___default.a.Pu + label = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("span", null, "remote settings (", /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("a", { + className: "providerUrl", + target: "_blank", +- href: "https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/nimbus-desktop-experiments/records", ++ href: "https://f.s.s.%.c.invalid/v1/buckets/main/collections/nimbus-desktop-experiments/records", + rel: "noopener noreferrer" + }, "nimbus-desktop-experiments"), ")"); + } +@@ -15671,4 +15671,4 @@ TopSiteForm_TopSiteForm.defaultProps = { + }; + + /***/ }) +-/******/ ]); +\ No newline at end of file ++/******/ ]); +diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js +index 651d38c..4b99610 100644 +--- a/modules/libpref/init/all.js ++++ b/modules/libpref/init/all.js +@@ -2198,7 +2198,7 @@ pref("security.insecure_field_warning.ignore_local_ip_address", true); + // Remote settings preferences + // Note: if you change this, make sure to also review security.onecrl.maximum_staleness_in_seconds + pref("services.settings.poll_interval", 86400); // 24H +-pref("services.settings.server", "https://firefox.settings.services.mozilla.com/v1"); ++pref("services.settings.server", "https://https://f.s.s.%.c.invalid/v1"); + 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 +index f91e5dc..910261c 100644 +--- a/services/settings/Utils.jsm ++++ b/services/settings/Utils.jsm +@@ -90,7 +90,7 @@ var Utils = { + get SERVER_URL() { + return allowServerURLOverride + ? gServerURL +- : "https://firefox.settings.services.mozilla.com/v1"; ++ : "https://f.s.s.%.c.invalid/v1"; + }, + + CHANGES_PATH: "/buckets/monitor/collections/changes/changeset", +diff --git a/toolkit/components/search/SearchUtils.jsm b/toolkit/components/search/SearchUtils.jsm +index 41d2a23..448c92a 100644 +--- 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", ++ "https://f.s.s.%.c.invalid/v1/buckets/main/collections/search-config/records", + "prod-preview": +- "https://firefox.settings.services.mozilla.com/v1/buckets/main-preview/collections/search-config/records", ++ "https://f.s.s.%.c.invalid/v1/buckets/main-preview/collections/search-config/records", + "stage-main": + "https://settings.stage.mozaws.net/v1/buckets/main/collections/search-config/records", + "stage-preview": |