From 070d34d03126099b99b98f58f46776ba3c546016 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 28 Feb 2024 10:26:57 +0200 Subject: [PATCH] LibreAwoo: reveal real platform and user-agent --- conf/librewolf.overrides.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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);