]> git.pld-linux.org Git - packages/firefox.git/blob - glibc-2.34.patch
- added workaround for extensions problems on glibc 2.34
[packages/firefox.git] / glibc-2.34.patch
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
This page took 0.029665 seconds and 3 git commands to generate.