From 67d09fc12be87976b31995d8efee68aaf9d9aa8c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 2 Aug 2025 19:52:37 +0300 Subject: [PATCH] firefox: lock document fonts since no issues observed in months? --- 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 c2da9b4c..e79f6868 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -671,7 +671,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 },