richard pushed to branch base-browser-115.0.2esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits: f3faeb09 by Pier Angelo Vendrame at 2023-07-21T16:41:53+00:00 fixup! Firefox preference overrides.
Bug 41806: Prevent Private Browsing start menu item to be automatically added.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -521,6 +521,10 @@ pref("browser.taskbar.lists.frequent.enabled", false); pref("browser.taskbar.lists.tasks.enabled", false); pref("browser.taskbar.lists.recent.enabled", false);
+// tor-browser#41806: Prevent the browser from adding a new Private Browsing +// start menu item automatically +pref("browser.privacySegmentation.createdShortcut", true); + // Do not re-open the browser automatically after reboots when "Restart apps" is // enabled (tor-browser#41503) pref("toolkit.winRegisterApplicationRestart", false);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f3faeb09...