libreawoo: explicitly pref timezone spoofing off

This commit is contained in:
Aminda Suomalainen 2024-02-21 22:48:22 +02:00
parent 6afb099d1c
commit 1e79592009
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 3 deletions

View File

@ -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);