From 2f6584572e36e0c181665b57f837b499c159c499 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Feb 2024 10:00:53 +0200 Subject: [PATCH] LibreAwoo: NavigatorPlatform is not what I think it is --- conf/librewolf.overrides.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 442a292b..72b5928f 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -36,7 +36,7 @@ pref("privacy.fingerprintingProtection", true); pref("privacy.fingerprintingProtection.pbmode", true); // Use all protections, except make compromises for accessibility and // usability -pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-JSDateTimeUTC"); +pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC"); // Enable Firefox accounts pref("identity.fxaccounts.enabled", true);