From 1f901174152e4aaf8f48d62ba913dd0f0fd2e884 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 Jun 2025 10:07:34 +0300 Subject: [PATCH] firefox: attempt to switch to the local AI --- etc/firefox/policies/policies.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index eba96a00..9c036a77 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -432,7 +432,7 @@ "{6003eac6-4b07-4aaf-960b-92fa006cd444}": { "blocked_install_message": "Mozilla Orbit. AI hurts climate and the crawlers are DDoSing the internet. However the summary feature sometimes spares my mental health, so begrudgingly it's allowed and won't be normal_installed let alone force_installed.", "default_area": "navbar", - "installation_mode": "allowed", + "installation_mode": "blocked", "private_browsing": false, "restricted_domains": [] }, @@ -650,7 +650,7 @@ "Value": 0 }, "browser.ml.chat.enabled": { - "Status": "clear", + "Status": "user", "Type": "boolean", "Value": false }, @@ -659,6 +659,11 @@ "Type": "string", "Value": "https://chat.mistral.ai/chat" }, + "browser.ml.linkPreview.enabled": { + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.preferences.moreFromMozilla": { "Status": "default", "Type": "boolean",