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

disable AI

https://github.com/yokoffing/Betterfox/issues/416
This commit is contained in:
yokoffing
2025-08-17 23:42:15 -04:00
committed by GitHub
parent 2b3ed37882
commit 41626dd8ae
+10
View File
@@ -96,6 +96,16 @@ user_pref("browser.privateWindowSeparation.enabled", false);
// PREF: new tab page wallpapers
//user_pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true); // [DEFAULT FF132+]
/****************************************************************************
* SECTION: AI *
****************************************************************************/
// PREF: LLM / AI master switch
// [1] https://github.com/yokoffing/Betterfox/issues/416
user_pref("browser.ml.enable", false);
// PREF: AI chat
//user_pref("browser.ml.chat.enabled", false);
/****************************************************************************
* SECTION: COOKIE BANNER HANDLING *
****************************************************************************/