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

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



Title: GitLab

richard pushed to branch tor-browser-115.0.2esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 024598ab
    by Pier Angelo Vendrame at 2023-07-21T16:10:37+02:00
    fixup! Firefox preference overrides.
    
    Bug 41806: Prevent Private Browsing start menu item to be automatically
    added.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -521,6 +521,10 @@ pref("browser.taskbar.lists.frequent.enabled", false);
    521 521
     pref("browser.taskbar.lists.tasks.enabled", false);
    
    522 522
     pref("browser.taskbar.lists.recent.enabled", false);
    
    523 523
     
    
    524
    +// tor-browser#41806: Prevent the browser from adding a new Private Browsing
    
    525
    +// start menu item automatically
    
    526
    +pref("browser.privacySegmentation.createdShortcut", true);
    
    527
    +
    
    524 528
     // Do not re-open the browser automatically after reboots when "Restart apps" is
    
    525 529
     // enabled (tor-browser#41503)
    
    526 530
     pref("toolkit.winRegisterApplicationRestart", false);
    

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