Skip to content

Commit

Permalink
add FPP remote overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored May 11, 2024
1 parent 5f3f9bf commit c0bca77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ user_pref("privacy.sanitize.timeSpan", 0);
In FF118+ FPP is on by default in private windows (4001) and in FF119+ is controlled
by ETP (2701). FPP will also use Remote Services in future to relax FPP protections
on a per site basis for compatibility (pref coming).
on a per site basis for compatibility (4003).
1826408 - restrict fonts to system (kBaseFonts + kLangPackFonts) (Windows, Mac, some Linux)
https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
Expand All @@ -714,6 +714,8 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
* [WARNING] Not recommended. Either use RFP or FPP at defaults
* [1] https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc ***/
// user_pref("privacy.fingerprintingProtection.overrides", "");
/* 4003 disable remote FPP overrides [FF127+] ***/
// user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled"; false);

/*** [SECTION 4500]: RFP (resistFingerprinting)
RFP overrides FPP (4000)
Expand Down

1 comment on commit c0bca77

@Tiagoquix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Thorin-Oakenpants missing colon after "4003"

Please sign in to comment.