diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 217ea480..355a6a44 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -37,7 +37,7 @@ pref("privacy.donottrackheader.value", 1); // canvas and I want to appear as a Finnish Linux user rather than English // Windows NT one (telemetry, voting vs spying). defaultPref("privacy.resistFingerprinting", true); -// Or I could excempt things from it? Other than it not overriding timezone. +// Or I could excempt things from it? Other than it not overriding timezone defaultPref("privacy.resistFingerprinting.testGranularityMask", 4); defaultPref( "privacy.resistFingerprinting.exemptedDomains", @@ -47,8 +47,8 @@ defaultPref( // Enable letterboxing pref("privacy.resistFingerprinting.letterboxing", true); -// Timezone spoofing. Annoying at times, and thinking of other users. -defaultPref("privacy.resistFingerprinting.spoofTimezone", false); +// Timezone spoofing. I cannot handle it with many pages. +pref("privacy.resistFingerprinting.spoofTimezone", false); // Enable Firefox accounts defaultPref("identity.fxaccounts.enabled", true);