henry pushed to branch base-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -306,9 +306,12 @@ pref("browser.search.serpEventTelemetryCategorization.enabled", false);
    306 306
     
    
    307 307
     // tor-browser#42872, #42555: Disable translations.
    
    308 308
     // Translation have a bad UX in 128 (and with our config). Maybe we will
    
    309
    -// re-enable after auditing and fixing the UX.
    
    309
    +// re-enable after auditing and fixing the UX (tor-browser#41837).
    
    310 310
     pref("browser.translations.enable", false);
    
    311 311
     
    
    312
    +// Disable third party AI chatbot. tor-browser#43989.
    
    313
    +pref("browser.ml.chat.enabled", false);
    
    314
    +
    
    312 315
     // tor-browser#41945 - disable automatic cookie banners dismissal until
    
    313 316
     // we're sure it does not causes fingerprinting risks or other issues.
    
    314 317
     pref("cookiebanners.service.mode", 0);