Skip to content
Snippets Groups Projects
Commit 08fabfe1 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

firefox: update default strict usage patch

parent b91e8e84
No related branches found
No related tags found
No related merge requests found
--- a/browser/components/BrowserGlue.jsm 2019-12-19 12:45:18.535559096 -0500 --- a/browser/components/BrowserGlue.sys.mjs 2023-02-07 01:52:32.000000000 -0600
+++ b/browser/components/BrowserGlue.jsm 2019-12-19 12:45:08.935572729 -0500 +++ b//browser/components/BrowserGlue.sys.mjs_fix 2023-02-07 14:52:59.465762604 -0600
@@ -1580,6 +1580,19 @@ @@ -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 @@ ...@@ -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=94 VERSION=95
. ./config . ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment