From c0bca77742a4e7782fcc545e9858853fc42df80b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 11 May 2024 12:27:40 +0000 Subject: [PATCH] add FPP remote overrides --- user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index c9038e5..19c8756 100644 --- a/user.js +++ b/user.js @@ -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 @@ -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)