From b8566e39f85e99ddda73f01a2f3921870df01d70 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 29 May 2024 14:00:19 +0300 Subject: [PATCH] firefox: try to disable remote fonts and revert it --- etc/firefox/policies/policies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 1007e949..7927483e 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -318,6 +318,10 @@ "Type": "boolean", "Value": false }, + "browser.display.use_document_fonts": { + "Comment": "Allow remote fonts to not break e.g. Mastodon buttons.", + "Status": "clear" + }, "browser.preferences.moreFromMozilla": { "Status": "default", "Type": "boolean",