mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-12 09:40:56 +01:00
firefox: lock document fonts disallowed, disable font fingerprinting protection for custom fonts
This commit is contained in:
parent
5b15bcfc3f
commit
9a26987f7b
@ -76,10 +76,11 @@ lockPref("privacy.fingerprintingProtection", true);
|
||||
// Somehow I cannot clearPref this, so...
|
||||
//clearPref("privacy.fingerprintingProtection");
|
||||
//lockPref("privacy.fingerprintingProtection", false);
|
||||
pref(
|
||||
lockPref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem",
|
||||
);
|
||||
lockPref("browser.display.use_document_fonts", 0);
|
||||
//clearPref("privacy.fingerprintingProtection.overrides");
|
||||
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
||||
//clearPref("privacy.fingerprintingProtection.pbmode");
|
||||
|
@ -458,8 +458,8 @@
|
||||
"Value": false
|
||||
},
|
||||
"browser.display.use_document_fonts": {
|
||||
"Comment": "Are webpages allowed to set their own fonts by default? 0 forbids them. See also browser.display.use_document_fonts.icon_font_allowlist for what webpages are allowed to set.",
|
||||
"Status": "user",
|
||||
"Comment": "Are webpages allowed to set their own fonts by default? 0 forbids them. See also browser.display.use_document_fonts.icon_font_allowlist for what webpages are allowed to set. If changing this, see also fingerprinting overrides",
|
||||
"Status": "locked",
|
||||
"Type": "number",
|
||||
"Value": 0
|
||||
},
|
||||
@ -831,10 +831,10 @@
|
||||
"Value": true
|
||||
},
|
||||
"privacy.fingerprintingProtection.overrides": {
|
||||
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
||||
"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"
|
||||
"Value": "+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem"
|
||||
},
|
||||
"privacy.fingerprintingProtection.pbmode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
|
Loading…
x
Reference in New Issue
Block a user