Desktop/firefox: disable AI features
This commit is contained in:
parent
1b620d556b
commit
91d0d875ea
1 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,12 @@
|
|||
enable = true;
|
||||
policies = {
|
||||
DisableTelemetry = true;
|
||||
GenerativeAI = {
|
||||
Chatbot = false;
|
||||
LinkPreviews = false;
|
||||
TabGroups = false;
|
||||
Locked = true;
|
||||
};
|
||||
# You need these for Spotify
|
||||
EncryptedMediaExtensions.Enabled = true;
|
||||
ExtensionSettings = {
|
||||
|
|
@ -39,6 +45,10 @@
|
|||
Value = true;
|
||||
Status = "locked";
|
||||
};
|
||||
"browser.ml.chat.page" = {
|
||||
Value = false;
|
||||
Status = "Locked";
|
||||
};
|
||||
};
|
||||
PromptForDownloadLocation = true;
|
||||
# I use an external password manager, so the built in one just bothers me
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue