mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
libreawoo: explicitly pref timezone spoofing off
This commit is contained in:
parent
6afb099d1c
commit
1e79592009
@ -37,7 +37,7 @@ pref("privacy.donottrackheader.value", 1);
|
|||||||
// canvas and I want to appear as a Finnish Linux user rather than English
|
// canvas and I want to appear as a Finnish Linux user rather than English
|
||||||
// Windows NT one (telemetry, voting vs spying).
|
// Windows NT one (telemetry, voting vs spying).
|
||||||
defaultPref("privacy.resistFingerprinting", true);
|
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.testGranularityMask", 4);
|
||||||
defaultPref(
|
defaultPref(
|
||||||
"privacy.resistFingerprinting.exemptedDomains",
|
"privacy.resistFingerprinting.exemptedDomains",
|
||||||
@ -47,8 +47,8 @@ defaultPref(
|
|||||||
// Enable letterboxing
|
// Enable letterboxing
|
||||||
pref("privacy.resistFingerprinting.letterboxing", true);
|
pref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
|
|
||||||
// Timezone spoofing. Annoying at times, and thinking of other users.
|
// Timezone spoofing. I cannot handle it with many pages.
|
||||||
defaultPref("privacy.resistFingerprinting.spoofTimezone", false);
|
pref("privacy.resistFingerprinting.spoofTimezone", false);
|
||||||
|
|
||||||
// Enable Firefox accounts
|
// Enable Firefox accounts
|
||||||
defaultPref("identity.fxaccounts.enabled", true);
|
defaultPref("identity.fxaccounts.enabled", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user