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-10-07 13:49:11 +0300
committerbill-auger <mr.j.spam.me@gmail.com>2021-10-08 01:26:52 -0400
commite69e247f97e6a193677b81277b0639bec066808f (patch)
tree0ae643c9ae5a4fa87ca2c858914f3ca57b408791 /libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch
parent784ab04d40b0e1c8c5a69db8c79e6b2c86e4b6ea (diff)
downloadabslibre-e69e247f97e6a193677b81277b0639bec066808f.tar.gz
abslibre-e69e247f97e6a193677b81277b0639bec066808f.tar.bz2
abslibre-e69e247f97e6a193677b81277b0639bec066808f.zip
libre/iceweasel: Update to 93.0 according to upstreams
Arch Linux ARM has removed the patch and webrtc disable flag
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, 4 insertions, 2 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 de515a452..9fcaef782 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
@@ -318,10 +318,12 @@ index ef91781ac6..8736951968 100644
const params = {
...filters,
_expected: expectedTimestamp ?? 0,
-@@ -166,6 +166,9 @@ var Utils = {
+@@ -273,7 +264,10 @@ var Utils = {
+ .map(([k, v]) => `${k}=${encodeURIComponent(v)}`)
.join("&");
}
- const response = await fetch(url);
+- const response = await Utils.fetch(url);
++ const response = await fetch(url);
+ const responseDate = new Date().toUTCString()
+ response.headers.set("Date", responseDate);
+ response.headers.set("Last-Modified", responseDate);