Desktop/firefox: disable AI features

This commit is contained in:
Toast 2025-10-25 00:26:05 +02:00
parent 1b620d556b
commit 91d0d875ea

View file

@ -6,6 +6,12 @@
enable = true; enable = true;
policies = { policies = {
DisableTelemetry = true; DisableTelemetry = true;
GenerativeAI = {
Chatbot = false;
LinkPreviews = false;
TabGroups = false;
Locked = true;
};
# You need these for Spotify # You need these for Spotify
EncryptedMediaExtensions.Enabled = true; EncryptedMediaExtensions.Enabled = true;
ExtensionSettings = { ExtensionSettings = {
@ -39,6 +45,10 @@
Value = true; Value = true;
Status = "locked"; Status = "locked";
}; };
"browser.ml.chat.page" = {
Value = false;
Status = "Locked";
};
}; };
PromptForDownloadLocation = true; PromptForDownloadLocation = true;
# I use an external password manager, so the built in one just bothers me # I use an external password manager, so the built in one just bothers me