From 6715d947d616e827831a41275db72a27b245d5a8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 6 Mar 2025 20:08:39 +0200 Subject: [PATCH] firefox: forbid document fonts again --- etc/firefox/policies/policies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 6abd164b..478ea379 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -450,6 +450,12 @@ "Type": "boolean", "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.", + "Status": "user", + "Type": "number", + "Value": 0 + }, "browser.ml.chat.enabled": { "Comment": "Disable AI by default.", "Status": "default",