Skip to content

Commit

Permalink
tidy RFP info
Browse files Browse the repository at this point in the history
some pref numbers have multiple prefs
  • Loading branch information
Thorin-Oakenpants authored Jun 7, 2024
1 parent 083f0cb commit 0d12cd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,12 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
RFP overrides FPP (4000)
FF128+ Arkenfox by default will use FPP (on by virtue of using ETP Strict). For most people this is all you need.
To use RFP: sinmply add 4501 (RFP), 4504 (letterboxing if you want it) and 4520 (webgl) to your overides.
To use RFP: add only the following to your overrides
- user_pref("privacy.resistFingerprinting", true); // 4501
- user_pref("privacy.resistFingerprinting.letterboxing", true); // 4504 optional
- user_pref("webgl.disabled", true); // 4520 optional
It is an all-or-nothing buy in: you cannot pick and choose what parts you want
RFP is an all-or-nothing buy in: you cannot pick and choose what parts you want
[TEST] https://arkenfox.github.io/TZP/tzp.html
[WARNING] DO NOT USE extensions to alter RFP protected metrics
Expand Down

0 comments on commit 0d12cd9

Please sign in to comment.