From 4a0b161bd8f806bbc4318e798b8bc12b30733ecf Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 19 Jun 2024 17:19:49 +0000 Subject: [PATCH] remove vague FPP note Since I'm not going to support using this pref, there's no need for me to monitor this config - also see https://bugzilla.mozilla.org/show_bug.cgi?id=1881993#c48 - that said, I still think there are gaps, but IDFC :) --- user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/user.js b/user.js index db30e96..b35dc1b 100644 --- a/user.js +++ b/user.js @@ -736,7 +736,6 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!"); /* 4002: set global FPP overrides [FF114+] * Controls what protections FPP uses globally, including "RFPTargets" (despite the name these are * not used by RFP) e.g. "+AllTargets,-CSSPrefersColorScheme" or "-AllTargets,+CanvasRandomization" - * [NOTE] Be aware that not all RFP protections are necessarily in RFPTargets * [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", "");