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

link previews

This commit is contained in:
yokoffing
2025-08-20 15:09:24 -04:00
committed by GitHub
parent 9f0007b709
commit 989102ba6c
+4 -1
View File
@@ -99,13 +99,16 @@ user_pref("browser.privateWindowSeparation.enabled", false);
/****************************************************************************
* SECTION: AI *
****************************************************************************/
// PREF: LLM / AI master switch
// PREF: 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);
// PREF: link previews
//user_pref("browser.ml.linkPreview.enabled", false);
/****************************************************************************
* SECTION: COOKIE BANNER HANDLING *
****************************************************************************/