Commit 736d494f authored by henry's avatar henry Committed by brizental
Browse files

fixup! Firefox preference overrides.

TB 43989: Disable the preference for the AI chatbot in the new sidebar.
parent 73caa407
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -306,9 +306,12 @@ pref("browser.search.serpEventTelemetryCategorization.enabled", false);

// tor-browser#42872, #42555: Disable translations.
// Translation have a bad UX in 128 (and with our config). Maybe we will
// re-enable after auditing and fixing the UX.
// re-enable after auditing and fixing the UX (tor-browser#41837).
pref("browser.translations.enable", false);

// Disable third party AI chatbot. tor-browser#43989.
pref("browser.ml.chat.enabled", false);

// tor-browser#41945 - disable automatic cookie banners dismissal until
// we're sure it does not causes fingerprinting risks or other issues.
pref("cookiebanners.service.mode", 0);