]> git.pld-linux.org Git - packages/firefox.git/blame - glibc-2.34.patch
up to 95.0.1
[packages/firefox.git] / glibc-2.34.patch
CommitLineData
cf49c0a7
JR
1--- firefox-93.0/modules/libpref/init/all.js~ 2021-10-06 00:00:30.000000000 +0200
2+++ firefox-93.0/modules/libpref/init/all.js 2021-10-06 09:47:55.616984455 +0200
3@@ -216,6 +216,11 @@
4 pref("security.crash_tracking.js_load_1.prevCrashes", 0);
5 pref("security.crash_tracking.js_load_1.maxCrashes", 0);
6
7+// Lower from 4 to 2 due to extension problems on glibc 2.34
8+// https://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2021-October/026375.html
9+// https://wiki.mozilla.org/Security/Sandbox#Content_Levels
10+pref("security.sandbox.content.level", 2);
11+
12 pref("general.useragent.compatMode.firefox", false);
13
14 pref("general.config.obscure_value", 13); // for MCD .cfg files
aa5cc6df
JR
15--- firefox-93.0/browser/app/profile/firefox.js~ 2021-10-06 09:50:42.000000000 +0200
16+++ firefox-93.0/browser/app/profile/firefox.js 2021-10-06 19:19:15.409293732 +0200
17@@ -1233,7 +1233,10 @@
18 // the sandbox while we fix their problems, or to allow running Firefox with
19 // exotic configurations we can't reasonably support out of the box.
20 //
21- pref("security.sandbox.content.level", 4);
22+// Lower from 4 to 2 due to extension problems on glibc 2.34
23+// https://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2021-October/026375.html
24+// https://wiki.mozilla.org/Security/Sandbox#Content_Levels
25+ pref("security.sandbox.content.level", 2);
26 // Introduced as part of bug 1608558. Linux is currently the only platform
27 // that uses a sandbox level for the socket process. There are currently
28 // only 2 levels:
This page took 0.024941 seconds and 4 git commands to generate.