From b14ff8643666d240076bd819abe8bf5c7a8f11db Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 27 Jul 2025 10:06:20 +0300 Subject: [PATCH] firefox: lock down AI features that I am not using and that disturb my usage --- etc/firefox/policies/policies.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index f42a0524..c2da9b4c 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -676,19 +676,19 @@ "Value": 0 }, "browser.ml.chat.enabled": { - "Status": "user", + "Status": "locked", "Type": "boolean", "Value": false }, "browser.ml.chat.provider": { - "Status": "default", + "Status": "user", "Type": "string", - "Value": "https://chat.mistral.ai/chat" + "Value": "" }, "browser.ml.linkPreview.enabled": { - "Status": "default", + "Status": "locked", "Type": "boolean", - "Value": true + "Value": false }, "browser.preferences.moreFromMozilla": { "Status": "default",