disable ai features in firefox

This commit is contained in:
Yan Lin 2025-10-23 23:23:23 +02:00
parent 8f12137939
commit 927e0b2e7a

View file

@ -171,7 +171,12 @@ in
# Language and translation settings
"intl.accept_languages" = "en-US,en,zh-CN,zh-TW,zh-HK,zh"; # Accept English and all Chinese variants
"browser.translations.automaticallyPopup" = false; # Prevent automatic translation suggestions
# Disable AI features
"browser.ml.enable" = false; # Disable all local ML/inference features
"browser.ml.chat.enabled" = false; # Disable AI chatbot
"browser.ml.chat.shortcuts" = false; # Disable "Ask an AI bot" right-click shortcut
# Enable userChrome.css support
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};