summaryrefslogtreecommitdiff
path: root/libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2023-07-04 21:39:01 +0200
committerbill-auger <mr.j.spam.me@gmail.com>2023-07-08 01:19:22 -0400
commit7476960c2b4b3b490c5e70b69d6d8a530128b58b (patch)
tree76a1bb464c02dd5ae32a2a5cc9247eafec3d64dd /libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch
parentca05e4f319cd7da542471fe1e4935a6d21b82beb (diff)
libre/iceweasel: 115.0-1.parabola1
Diffstat (limited to 'libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch')
-rw-r--r--libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch b/libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch
index 96a8b615b..5c988def2 100644
--- a/libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch
+++ b/libre/iceweasel/9001-FSDG-sync-remote-settings-with-local-dump.patch
@@ -108,7 +108,7 @@ index 1d9e4cb79b..7c1f9895fc 100644
// environment variables still apply.
//
// --stage: use stage Remote Settings
--// (`https://settings-cdn.stage.mozaws.net/v1`) rather than production
+-// (`https://firefox.settings.services.allizom.org/v1`) rather than production
-// (`https://firefox.settings.services.mozilla.com/v1`)
+// (`resource://app/defaults/settings/`) rather than production
+// (`resource://app/defaults/settings/`)
@@ -129,10 +129,10 @@ index 2d15977ae2..815bf5cac9 100644
- "https://firefox.settings.services.mozilla.com/v1/buckets/main-preview/collections/search-config/records",
+ "resource://app/defaults/settings/main/search-config.json",
"stage-main":
-- "https://settings.stage.mozaws.net/v1/buckets/main/collections/search-config/records",
+- "https://firefox.settings.services.allizom.org/v1/buckets/main/collections/search-config/records",
+ "resource://app/defaults/settings/main/search-config.json",
"stage-preview":
-- "https://settings.stage.mozaws.net/v1/buckets/main-preview/collections/search-config/records",
+- "https://firefox.settings.services.allizom.org/v1/buckets/main-preview/collections/search-config/records",
+ "resource://app/defaults/settings/main/search-config.json",
},