summaryrefslogtreecommitdiff
path: root/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2021-11-03 13:19:09 +0200
committerbill-auger <mr.j.spam.me@gmail.com>2021-12-07 19:47:57 -0500
commit1b897a52de8288f129a9cfe9e571b999a3fe1d5c (patch)
treefb438c32590eabb4b88d7093a09d101df1e05700 /libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
parent91e70f64c770f3a1a0d988ddee693303fec80d8b (diff)
downloadabslibre-1b897a52de8288f129a9cfe9e571b999a3fe1d5c.tar.gz
abslibre-1b897a52de8288f129a9cfe9e571b999a3fe1d5c.tar.bz2
abslibre-1b897a52de8288f129a9cfe9e571b999a3fe1d5c.zip
libre/iceweasel: update to 94.0 from upstreams
Diffstat (limited to 'libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch')
-rw-r--r--libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch b/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
index 9fcaef782..d4e4ef5d3 100644
--- a/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
+++ b/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
@@ -370,9 +370,9 @@ index 3cc9436f61..3742da5667 100644
"blocklists",
"main",
+ "monitor",
- "pinning",
"security-state",
]
+
--
2.31.1
@@ -538,7 +538,7 @@ index 80dd563e11..1025ab33a2 100644
- signature: { x5u, signature },
+ json_dump_metadata: { hash, size },
} = metadata;
-- const certChain = await (await fetch(x5u)).text();
+- const certChain = await (await Utils.fetch(x5u)).text();
// Merge remote records with local ones and serialize as canonical JSON.
const serialized = await RemoteSettingsWorker.canonicalStringify(
records,
@@ -639,7 +639,7 @@ index 1025ab33a2..1cebf2bc29 100644
IDBHelpers: "resource://services-settings/IDBHelpers.jsm",
KintoHttpClient: "resource://services-common/kinto-http-client.js",
@@ -30,6 +31,7 @@ XPCOMUtils.defineLazyModuleGetters(this, {
- XPCOMUtils.defineLazyGlobalGetters(this, ["fetch"]);
+ });
const TELEMETRY_COMPONENT = "remotesettings";
+const DEFERRED_SYNC_DELAY_MILLISECONDS = 1000;