1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 16:11:23 +05:30

disable AI chat

This commit is contained in:
yokoffing
2025-08-20 15:04:11 -04:00
committed by GitHub
parent c1cb56be74
commit 9f0007b709
+2
View File
@@ -179,6 +179,7 @@ user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
/** AI ***/ /** AI ***/
user_pref("browser.ml.enable", false); user_pref("browser.ml.enable", false);
user_pref("browser.ml.chat.enabled", false);
/** FULLSCREEN NOTICE ***/ /** FULLSCREEN NOTICE ***/
user_pref("full-screen-api.transition-duration.enter", "0 0"); user_pref("full-screen-api.transition-duration.enter", "0 0");
@@ -234,3 +235,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);