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

richard (@richard) git at gitlab.torproject.org
Fri Jul 21 16:42:05 UTC 2023



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/f3faeb095cbe8ca148606220667b469208136927

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230721/d1457f51/attachment-0001.htm>


More information about the tbb-commits mailing list