mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
forbidden policies: if I cannot clear it, I will lock it
This commit is contained in:
parent
fc8efef261
commit
5486aed454
@ -31,7 +31,11 @@ pref("privacy.donottrackheader.value", 1);
|
||||
// More tunable privacy.resistfingerprinting. I have lost the privacy game
|
||||
// many times before this point, so this is nothing.
|
||||
//pref("privacy.fingerprintingProtection", true);
|
||||
clearPref("privacy.fingerprintingProtection");
|
||||
|
||||
// Somehow I cannot clearPref this, so...
|
||||
//clearPref("privacy.fingerprintingProtection");
|
||||
lockPref("privacy.fingerprintingProtection", false);
|
||||
|
||||
//pref(
|
||||
// "privacy.fingerprintingProtection.overrides",
|
||||
// "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack",
|
||||
|
Loading…
Reference in New Issue
Block a user