1
1
/******
2
2
* name: arkenfox user.js
3
- * date: 11 July 2024
4
- * version: 128
3
+ * date: 7 June 2024
4
+ * version: 126
5
5
* urls: https://github.com/arkenfox/user.js [repo]
6
6
* : https://arkenfox.github.io/gui/ [interactive]
7
7
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
@@ -741,9 +741,12 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
741
741
/* 4003: disable remote FPP overrides [FF127+] ***/
742
742
// user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled"; false);
743
743
744
- /*** [SECTION 4500]: RFP (resistFingerprinting)
744
+ /*** [SECTION 4500]: OPTIONAL RFP (resistFingerprinting)
745
745
RFP overrides FPP (4000)
746
746
747
+ FF128+ Arkenfox by default will use FPP (on by virtue of using ETP Strict). For most people this is all you need.
748
+ To use RFP: sinmply add 4501 (RFP), 4504 (letterboxing if you want it) and 4520 (webgl) to your overides.
749
+
747
750
It is an all-or-nothing buy in: you cannot pick and choose what parts you want
748
751
[TEST] https://arkenfox.github.io/TZP/tzp.html
749
752
@@ -803,7 +806,7 @@ user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs")
803
806
* RFP also has a few side effects: mainly timezone is UTC, and websites will prefer light theme
804
807
* [NOTE] pbmode applies if true and the original pref is false
805
808
* [1] https://bugzilla.mozilla.org/418986 ***/
806
- user_pref ( "privacy.resistFingerprinting" , true ) ; // [FF41+]
809
+ // user_pref("privacy.resistFingerprinting", true); // [FF41+]
807
810
// user_pref("privacy.resistFingerprinting.pbmode", true); // [FF114+]
808
811
/* 4502: set new window size rounding max values [FF55+]
809
812
* [SETUP-CHROME] sizes round down in hundreds: width to 200s and height to 100s, to fit your screen
@@ -823,7 +826,7 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);
823
826
* [WARNING] DO NOT USE: the dimension pref is only meant for testing
824
827
* [1] https://bugzilla.mozilla.org/1407366
825
828
* [2] https://hg.mozilla.org/mozilla-central/rev/6d2d7856e468#l2.32 ***/
826
- user_pref ( "privacy.resistFingerprinting.letterboxing" , true ) ; // [HIDDEN PREF]
829
+ // user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
827
830
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
828
831
/* 4505: experimental RFP [FF91+]
829
832
* [WARNING] DO NOT USE unless testing, see [1] comment 12
@@ -857,7 +860,7 @@ user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
857
860
user_pref ( "browser.link.open_newwindow.restriction" , 0 ) ;
858
861
/* 4520: disable WebGL (Web Graphics Library)
859
862
* [SETUP-WEB] If you need it then override it. RFP still randomizes canvas for naive scripts ***/
860
- user_pref ( "webgl.disabled" , true ) ;
863
+ // user_pref("webgl.disabled", true);
861
864
862
865
/*** [SECTION 5000]: OPTIONAL OPSEC
863
866
Disk avoidance, application data isolation, eyeballs...
0 commit comments