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
1 changed file:
Changes:
... | ... | @@ -664,6 +664,9 @@ pref("browser.privacySegmentation.createdShortcut", true); |
664 | 664 | // Do not re-open the browser automatically after reboots when "Restart apps" is
|
665 | 665 | // enabled (tor-browser#41503)
|
666 | 666 | pref("toolkit.winRegisterApplicationRestart", false);
|
667 | +// tor-browser#43051: Hide the checkbox to open the browser automatically on
|
|
668 | +// Windows startup.
|
|
669 | +pref("browser.startup.windowsLaunchOnLogin.enabled", false);
|
|
667 | 670 | #endif
|
668 | 671 | |
669 | 672 | // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
|