From 4e1929473ded95d0907322e229cdbfb6cf01a8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Wed, 8 Feb 2023 07:07:39 +0000 Subject: [PATCH] firefox: update default strict usage patch --- helpers/DATA/firefox/default-strict.patch | 11 ++++++----- helpers/make-firefox | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/helpers/DATA/firefox/default-strict.patch b/helpers/DATA/firefox/default-strict.patch index 45e70bd57..393ea60c7 100644 --- a/helpers/DATA/firefox/default-strict.patch +++ b/helpers/DATA/firefox/default-strict.patch @@ -1,8 +1,9 @@ ---- a/browser/components/BrowserGlue.jsm 2019-12-19 12:45:18.535559096 -0500 -+++ b/browser/components/BrowserGlue.jsm 2019-12-19 12:45:08.935572729 -0500 -@@ -1580,6 +1580,19 @@ - - this._trackSlowStartup(); +diff -ru firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix +--- firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs 2023-02-07 01:52:32.000000000 -0600 ++++ firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix 2023-02-07 14:52:59.465762604 -0600 +@@ -1637,6 +1637,19 @@ + } + }); + // Trisquel hack: if no user settings for tracking, default to strict instead of standard. + if (! diff --git a/helpers/make-firefox b/helpers/make-firefox index 204249838..7d19b4dbe 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=95 +VERSION=96 EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main' REPOKEY=9BDB3D89CE49EC21 -- GitLab