From e69e247f97e6a193677b81277b0639bec066808f Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Thu, 7 Oct 2021 13:49:11 +0300 Subject: libre/iceweasel: Update to 93.0 according to upstreams Arch Linux ARM has removed the patch and webrtc disable flag --- .../9001-FSDG-always-sync-remote-settings-with-local-dump.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch') 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); -- cgit v1.2.3