From ea94ebfdb9c2284de7166918c7cf5259c1632293 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 Apr 2024 08:22:46 +0300 Subject: [PATCH] LibreAwoo: decrease fingerprinting protection allow fonts to be used in Dark Reader This will require Firefox protection to be disabled for the sites in question, but good enough, I only need this on a few. --- 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 9df7b21a..bc527b81 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -49,7 +49,7 @@ pref("privacy.fingerprintingProtection.pbmode", true); // usability and reveal the real platform (voting for Linux // existing in statistics). https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc // It's not like I have any uniqueness with `intl.accept_languages` below... -pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent"); +pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack"); // :( but fingerprintability pref("javascript.use_us_english_locale", true);