mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-07 04:17:22 +01:00
firefox: just expose all fonts then
This commit is contained in:
parent
6a3dcf6522
commit
51d756921a
@ -69,7 +69,7 @@ lockPref("privacy.fingerprintingProtection.pbmode", true);
|
|||||||
// -FontVisibilityRestrictGenerics should allow fonts set in preferences to appear
|
// -FontVisibilityRestrictGenerics should allow fonts set in preferences to appear
|
||||||
lockPref(
|
lockPref(
|
||||||
"privacy.fingerprintingProtection.overrides",
|
"privacy.fingerprintingProtection.overrides",
|
||||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityRestrictGenerics",
|
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack",
|
||||||
);
|
);
|
||||||
pref("browser.display.use_document_fonts", 0);
|
pref("browser.display.use_document_fonts", 0);
|
||||||
|
|
||||||
|
|||||||
@ -1143,7 +1143,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",
|
"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",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityRestrictGenerics"
|
"Value": "+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack"
|
||||||
},
|
},
|
||||||
"privacy.fingerprintingProtection.pbmode": {
|
"privacy.fingerprintingProtection.pbmode": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user