From 5486aed4542c1fda19ab86350aa475b489a4554f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 20:00:31 +0300 Subject: [PATCH] forbidden policies: if I cannot clear it, I will lock it --- conf/firefox-forbidden-policies.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 3935f792..3d8d8d8d 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -31,7 +31,11 @@ pref("privacy.donottrackheader.value", 1); // More tunable privacy.resistfingerprinting. I have lost the privacy game // many times before this point, so this is nothing. //pref("privacy.fingerprintingProtection", true); -clearPref("privacy.fingerprintingProtection"); + +// Somehow I cannot clearPref this, so... +//clearPref("privacy.fingerprintingProtection"); +lockPref("privacy.fingerprintingProtection", false); + //pref( // "privacy.fingerprintingProtection.overrides", // "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack",