mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-12 09:40:56 +01:00
firefox: add -FontVisibilityRestrictGenerics to FPP overrides (comment says may block user settings)
This commit is contained in:
parent
9a26987f7b
commit
ebb94bfbea
@ -78,7 +78,7 @@ lockPref("privacy.fingerprintingProtection", true);
|
||||
//lockPref("privacy.fingerprintingProtection", false);
|
||||
lockPref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem,-FontVisibilityRestrictGenerics",
|
||||
);
|
||||
lockPref("browser.display.use_document_fonts", 0);
|
||||
//clearPref("privacy.fingerprintingProtection.overrides");
|
||||
|
@ -834,7 +834,7 @@
|
||||
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc - If you adjust this, see also use_document_fonts to not increase fingerprinting surface excessively",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem"
|
||||
"Value": "+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem,-FontVisibilityRestrictGenerics"
|
||||
},
|
||||
"privacy.fingerprintingProtection.pbmode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
|
Loading…
x
Reference in New Issue
Block a user