[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
morgan (@morgan)
git at gitlab.torproject.org
Wed Aug 14 15:02:49 UTC 2024
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
983e902d by Pier Angelo Vendrame at 2024-08-14T14:53:47+00:00
fixup! Firefox preference overrides.
Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -664,6 +664,9 @@ 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);
+// tor-browser#43051: Hide the checkbox to open the browser automatically on
+// Windows startup.
+pref("browser.startup.windowsLaunchOnLogin.enabled", false);
#endif
// If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983e902d0e528ba75f9bf3217b7f92afeab99eb8
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983e902d0e528ba75f9bf3217b7f92afeab99eb8
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/20240814/43df2816/attachment.htm>
More information about the tbb-commits
mailing list