disable ai features in firefox
This commit is contained in:
parent
8f12137939
commit
927e0b2e7a
1 changed files with 6 additions and 1 deletions
|
|
@ -171,7 +171,12 @@ in
|
||||||
# Language and translation settings
|
# Language and translation settings
|
||||||
"intl.accept_languages" = "en-US,en,zh-CN,zh-TW,zh-HK,zh"; # Accept English and all Chinese variants
|
"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
|
"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
|
# Enable userChrome.css support
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue