summaryrefslogtreecommitdiff
path: root/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
diff options
context:
space:
mode:
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;