diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 3519a32d..583fc8a5 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -41,9 +41,11 @@ pref("privacy.resistFingerprinting.letterboxing", true); // Fingerprinting protection and what to not protect. Via https://superuser.com/questions/1610744/how-do-i-get-around-resistfingerprinting-setting-my-preferred-firefox-theme-to-l/1815927#1815927 pref("privacy.fingerprintingProtection", true); pref("privacy.fingerprintingProtection.pbmode", true); -// Use all protections, except make compromises for accessibility and -// usability. https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc -pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC"); +// Use all protections, except make compromises for accessibility, +// 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"); // :( but fingerprintability pref("javascript.use_us_english_locale", true);