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

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



Title: GitLab

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

Commits:

  • 0d2ad09a
    by Morgan at 2024-09-05T15:26:24+00:00
    fixup! Firefox preference overrides.
    
    Bug 42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -23,6 +23,11 @@ pref("browser.tabs.firefox-view", false, locked);
    23 23
     // Disable 'Switching to a new device" help menu item (tor-browser#41774)
    
    24 24
     pref("browser.device-migration.help-menu.hidden", true);
    
    25 25
     
    
    26
    +#if MOZ_UPDATE_CHANNEL == release
    
    27
    +// tor-browser#42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
    
    28
    +pref("browser.privatebrowsing.resetPBM.enabled", false, locked);
    
    29
    +#endif
    
    30
    +
    
    26 31
     // Bug 41668: allow users to apply updates. This is set also in firefox.js for
    
    27 32
     // all platforms, except for Windows. As explained on firefox.js, Firefox uses a
    
    28 33
     // per-installation preference on Windows. However, we patch this behavior, and
    

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