firefox: allow temporary toggling of browser.display.use_document_fonts

because developer tools fonts menu may be too useful for remote fonts at times
This commit is contained in:
Aminda Suomalainen 2025-04-11 13:49:02 +03:00
parent 8a701a4af6
commit e69c13ee4e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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
},