From 0465957c1a9cf0df3b472c6dac35119d55026eec Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 16:48:39 +0300 Subject: [PATCH] firefox: default disable remote fonts Kind of reverts b8566e39f85e99ddda73f01a2f3921870df01d70 --- etc/firefox/policies/policies.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7927483e..fff4a65c 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -319,8 +319,10 @@ "Value": false }, "browser.display.use_document_fonts": { - "Comment": "Allow remote fonts to not break e.g. Mastodon buttons.", - "Status": "clear" + "Comment": "Don't allow webpages to set their own fonts by default. Breaks Mastodon buttons etc.", + "Status": "default", + "Type": "number", + "Value": 0 }, "browser.preferences.moreFromMozilla": { "Status": "default",