mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-10 08:17:22 +02:00
Compare commits
No commits in common. "d123ec278609ccca1781fa83c1494ba0377ad669" and "8a701a4af6725febd0540abf6ed7c944e8af5340" have entirely different histories.
d123ec2786
...
8a701a4af6
@ -67,7 +67,7 @@ lockPref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-JSDateTimeUTC,-FontVisibilityBaseSystem,-FontVisibilityRestrictGenerics",
|
||||
);
|
||||
pref("browser.display.use_document_fonts", 0);
|
||||
lockPref("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": "user",
|
||||
"Status": "locked",
|
||||
"Type": "number",
|
||||
"Value": 0
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user