From 1329ea8707ffbd3f28ca0852ee7bb8c07c5179c4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 19 Feb 2025 16:03:26 +0200 Subject: [PATCH] firefox: keep defaulting and resetting to Ecosia for AI as a reminder on AI being bad for climate --- 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 30b2fab9..b76cb481 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -408,6 +408,12 @@ "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", + "Type": "string", + "Value": "https://www.ecosia.org/chat" + }, "browser.preferences.moreFromMozilla": { "Status": "default", "Type": "boolean",