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
1 changed file:
Changes:
| ... | ... | @@ -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);
 |