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