From e69c13ee4ef1239148b851dd80d3f17bd8fce02a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 11 Apr 2025 13:49:02 +0300 Subject: [PATCH] firefox: allow temporary toggling of browser.display.use_document_fonts because developer tools fonts menu may be too useful for remote fonts at times --- etc/firefox/policies/policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index b9743138..08c1046b 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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 },