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:

- 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/024598abe1195eba633d46ba8ac6175b89ae173e

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/024598abe1195eba633d46ba8ac6175b89ae173e
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to