From 560cc243a9078172e621fe69ce422ec31bafbefd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 28 May 2024 19:34:21 +0300 Subject: [PATCH] firefox: disable More from Mozilla in Settings It's not a big grievance, but it came up in about:config immediately and I would be more open to buying sponsor products from Mozilla if they weren't pushed at me that much --- etc/firefox/policies/policies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 4aad0426..0aafd3f8 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -317,6 +317,11 @@ "Type": "boolean", "Value": false }, + "browser.preferences.moreFromMozilla": { + "Status": "default", + "Type": "boolean", + "Value": false + }, "browser.safebrowsing.blockedURIs.enabled": { "Status": "locked", "Type": "boolean",