Skip to content

Commit d9af90d

Browse files
v98 (#1372)
1 parent 0d83307 commit d9af90d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

user.js

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 12 February 2022
4-
* version: 97
3+
* date: 10 March 2022
4+
* version: 98
55
* url: https://github.com/arkenfox/user.js
66
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
77
@@ -514,8 +514,11 @@ user_pref("security.family_safety.mode", 0);
514514
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/16206 ***/
515515
user_pref("security.cert_pinning.enforcement_level", 2);
516516
/* 1224: enable CRLite [FF73+]
517-
* In FF84+ it covers valid certs and in mode 2 doesn't fall back to OCSP
518-
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985
517+
* 0 = disabled
518+
* 1 = consult CRLite but only collect telemetry (default)
519+
* 2 = consult CRLite and enforce both "Revoked" and "Not Revoked" results
520+
* 3 = consult CRLite and enforce "Not Revoked" results, but defer to OCSP for "Revoked" (FF99+)
521+
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985,1753071
519522
* [2] https://blog.mozilla.org/security/tag/crlite/ ***/
520523
user_pref("security.remote_settings.crlite_filters.enabled", true);
521524
user_pref("security.pki.crlite_mode", 2);
@@ -646,7 +649,7 @@ user_pref("media.eme.enabled", false);
646649
// user_pref("media.autoplay.default", 5);
647650
/* 2031: disable autoplay of HTML5 media if you interacted with the site [FF78+]
648651
* 0=sticky (default), 1=transient, 2=user
649-
* Firefox's Autoplay Policy Documentation [PDF] is linked below via SUMO
652+
* Firefox's Autoplay Policy Documentation (PDF) is linked below via SUMO
650653
* [NOTE] If you have trouble with some video sites, then add an exception (2030)
651654
* [1] https://support.mozilla.org/questions/1293231 ***/
652655
user_pref("media.autoplay.blocking_policy", 2);
@@ -851,6 +854,8 @@ user_pref("privacy.sanitize.timeSpan", 0);
851854
418986 - limit window.screen & CSS media queries (FF41)
852855
[TEST] https://arkenfox.github.io/TZP/tzp.html#screen
853856
1281949 - spoof screen orientation (FF50)
857+
1281963 - hide the contents of navigator.plugins and navigator.mimeTypes (FF50)
858+
FF53: fixes GetSupportedNames in nsMimeTypeArray and nsPluginArray (1324044)
854859
1330890 - spoof timezone as UTC0 (FF55)
855860
1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
856861
1217238 - reduce precision of time exposed by javascript (FF55)
@@ -1211,7 +1216,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
12111216
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
12121217
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
12131218
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
1214-
/* 7017: disable service workers [FF32, FF44-compat]
1219+
/* 7017: disable service workers
12151220
* [WHY] Already isolated (FF96+) with TCP (2701) behind a pref (2710)
12161221
* or blocked with TCP in 3rd parties (FF95 or lower) ***/
12171222
// user_pref("dom.serviceWorkers.enabled", false);
@@ -1236,7 +1241,7 @@ user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan
12361241
// user_pref("dom.enable_performance", false);
12371242
// user_pref("dom.enable_resource_timing", false);
12381243
// user_pref("dom.gamepad.enabled", false);
1239-
// user_pref("dom.netinfo.enabled", false);
1244+
// user_pref("dom.netinfo.enabled", false); // [DEFAULT: false NON-ANDROID: false ANDROID FF99+]
12401245
// user_pref("dom.webaudio.enabled", false);
12411246
/* 8002: disable other ***/
12421247
// user_pref("browser.display.use_document_fonts", 0);
@@ -1303,7 +1308,7 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // master switc
13031308
// user_pref("browser.urlbar.decodeURLsOnCopy", true); // see bugzilla 1320061 [FF53+]
13041309
// user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux]
13051310
// user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]
1306-
// user_pref("view_source.tab", false); // view "page/selection source" in a new window [FF68+, FF59 and under]
1311+
// user_pref("view_source.tab", false); // view "page/selection source" in a new window [FF68+]
13071312
/* UX FEATURES ***/
13081313
user_pref("browser.messaging-system.whatsNewPanel.enabled", false); // What's New toolbar icon [FF69+]
13091314
// user_pref("extensions.pocket.enabled", false); // Pocket Account [FF46+]

0 commit comments

Comments
 (0)