From 8fe59dd040a2a75ebb45b8071e94eaf671f5240a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 2 Oct 2025 20:08:55 +0300 Subject: [PATCH] firefox: allow temporary document font override --- etc/firefox/policies/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 1fa20e38..2ff0c86e 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -672,8 +672,8 @@ "Value": false }, "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", + "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 for unhindered developer tools access.", + "Status": "user", "Type": "number", "Value": 0 },