Disable machine learning in firefox.

This commit is contained in:
Tom Alexander 2025-08-31 13:06:42 -04:00
parent 11436c0efe
commit 955c5963c8
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -73,6 +73,9 @@
"+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC,-CanvasExtractionBeforeUserInputIsBlocked";
# Disable weather on new tab page
"browser.newtabpage.activity-stream.showWeather" = false;
# Disable AI stuff that wastes battery life
"browser.ml.chat.enabled" = false;
"browser.ml.enabled" = false;
};
# Check about:policies#documentation and https://mozilla.github.io/policy-templates/ for options.
policies = {