From 73dcbc8b4a633b865bdff7255961e4b0e224c667 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 27 Feb 2025 12:42:07 +0200 Subject: [PATCH] firefox: disable AI by default --- 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 f9fed42e..7917af11 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -419,6 +419,12 @@ "Type": "boolean", "Value": false }, + "browser.ml.chat.enabled": { + "Comment": "Disable AI by default.", + "Status": "default", + "Type": "boolean", + "Value": false + }, "browser.ml.chat.provider": { "Comment": "While not officially supported, defaulting to Ecosia will at least remind me that AI is a severe concern regarding fighting against climate change.", "Status": "user",