Skip to content

Commit 10fddc8

Browse files
disable RFP, #1804
1 parent 60db0eb commit 10fddc8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

user.js

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 11 July 2024
4-
* version: 128
3+
* date: 7 June 2024
4+
* version: 126
55
* urls: https://github.com/arkenfox/user.js [repo]
66
* : https://arkenfox.github.io/gui/ [interactive]
77
* 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!");
741741
/* 4003: disable remote FPP overrides [FF127+] ***/
742742
// user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled"; false);
743743

744-
/*** [SECTION 4500]: RFP (resistFingerprinting)
744+
/*** [SECTION 4500]: OPTIONAL RFP (resistFingerprinting)
745745
RFP overrides FPP (4000)
746746
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+
747750
It is an all-or-nothing buy in: you cannot pick and choose what parts you want
748751
[TEST] https://arkenfox.github.io/TZP/tzp.html
749752
@@ -803,7 +806,7 @@ user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs")
803806
* RFP also has a few side effects: mainly timezone is UTC, and websites will prefer light theme
804807
* [NOTE] pbmode applies if true and the original pref is false
805808
* [1] https://bugzilla.mozilla.org/418986 ***/
806-
user_pref("privacy.resistFingerprinting", true); // [FF41+]
809+
// user_pref("privacy.resistFingerprinting", true); // [FF41+]
807810
// user_pref("privacy.resistFingerprinting.pbmode", true); // [FF114+]
808811
/* 4502: set new window size rounding max values [FF55+]
809812
* [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);
823826
* [WARNING] DO NOT USE: the dimension pref is only meant for testing
824827
* [1] https://bugzilla.mozilla.org/1407366
825828
* [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]
827830
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
828831
/* 4505: experimental RFP [FF91+]
829832
* [WARNING] DO NOT USE unless testing, see [1] comment 12
@@ -857,7 +860,7 @@ user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
857860
user_pref("browser.link.open_newwindow.restriction", 0);
858861
/* 4520: disable WebGL (Web Graphics Library)
859862
* [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);
861864

862865
/*** [SECTION 5000]: OPTIONAL OPSEC
863866
Disk avoidance, application data isolation, eyeballs...

0 commit comments

Comments
 (0)