[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.0esr-14.0-2] fixup! Firefox preference overrides.



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-128.0esr-14.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • f5137417
    by Pier Angelo Vendrame at 2024-07-29T18:45:42+02:00
    fixup! Firefox preference overrides.
    
    Bug 42872: Disable translations.
    
    Currently, the UX is kinda bad in Tor Browser (RFP might be a reason).
    Also, we should audit it first, to make sure it is not a
    fingerprinting concern (or if it is, we should make sure it is an
    acceptable one).
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -259,6 +259,11 @@ pref("browser.newtabpage.activity-stream.asrouter.providers.messaging-experiment
    259 259
     // Disable fetching asrouter.ftl and related console errors (tor-browser#40763).
    
    260 260
     pref("browser.newtabpage.activity-stream.asrouter.useRemoteL10n", false);
    
    261 261
     
    
    262
    +// tor-browser#42872, #42555: Disable translations.
    
    263
    +// Translation have a bad UX in 128 (and with our config). Maybe we will
    
    264
    +// re-enable after auditing and fixing the UX.
    
    265
    +pref("browser.translations.enable", false);
    
    266
    +
    
    262 267
     // tor-browser#41945 - disable automatic cookie banners dismissal until
    
    263 268
     // we're sure it does not causes fingerprinting risks or other issues.
    
    264 269
     pref("cookiebanners.service.mode", 0);
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits