Disable AI firefox stuff.

This commit is contained in:
Tom Alexander 2025-09-19 10:03:24 -04:00
parent 052c051c75
commit b72fa0edff
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -43,3 +43,5 @@ firefox_config:
privacy.fingerprintingProtection.overrides: "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC,-CanvasExtractionBeforeUserInputIsBlocked,-CanvasImageExtractionPrompt,-CanvasExtractionFromThirdPartiesIsBlocked" privacy.fingerprintingProtection.overrides: "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC,-CanvasExtractionBeforeUserInputIsBlocked,-CanvasImageExtractionPrompt,-CanvasExtractionFromThirdPartiesIsBlocked"
# Disable weather on new tab page # Disable weather on new tab page
browser.newtabpage.activity-stream.showWeather: false browser.newtabpage.activity-stream.showWeather: false
browser.ml.chat.enabled: false
browser.ml.enabled: false