mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-06 22:27:20 +02:00
Compare commits
2 Commits
8a701a4af6
...
d123ec2786
Author | SHA1 | Date | |
---|---|---|---|
d123ec2786 | |||
e69c13ee4e |
@ -67,7 +67,7 @@ lockPref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem,-FontVisibilityRestrictGenerics",
|
||||
);
|
||||
lockPref("browser.display.use_document_fonts", 0);
|
||||
pref("browser.display.use_document_fonts", 0);
|
||||
|
||||
// Letterboxing from Tor Browser, I like it in general.
|
||||
lockPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
|
@ -630,7 +630,7 @@
|
||||
},
|
||||
"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. If changing this, see also fingerprinting overrides",
|
||||
"Status": "locked",
|
||||
"Status": "user",
|
||||
"Type": "number",
|
||||
"Value": 0
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user