firefox: update default strict usage patch
This commit is contained in:
parent
6c26845464
commit
4e1929473d
2 changed files with 7 additions and 6 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
--- a/browser/components/BrowserGlue.jsm 2019-12-19 12:45:18.535559096 -0500
|
diff -ru firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix
|
||||||
+++ b/browser/components/BrowserGlue.jsm 2019-12-19 12:45:08.935572729 -0500
|
--- firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs 2023-02-07 01:52:32.000000000 -0600
|
||||||
@@ -1580,6 +1580,19 @@
|
+++ firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix 2023-02-07 14:52:59.465762604 -0600
|
||||||
|
@@ -1637,6 +1637,19 @@
|
||||||
this._trackSlowStartup();
|
}
|
||||||
|
});
|
||||||
|
|
||||||
+ // Trisquel hack: if no user settings for tracking, default to strict instead of standard.
|
+ // Trisquel hack: if no user settings for tracking, default to strict instead of standard.
|
||||||
+ if (!
|
+ if (!
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue