morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
fa88d8d5
by Pier Angelo Vendrame at 2024-08-14T15:05:01+00:00
1 changed file:
Changes:
| ... | ... | @@ -662,6 +662,9 @@ pref("browser.privacySegmentation.createdShortcut", true); |
| 662 | 662 | // Do not re-open the browser automatically after reboots when "Restart apps" is
|
| 663 | 663 | // enabled (tor-browser#41503)
|
| 664 | 664 | pref("toolkit.winRegisterApplicationRestart", false);
|
| 665 | +// tor-browser#43051: Hide the checkbox to open the browser automatically on
|
|
| 666 | +// Windows startup.
|
|
| 667 | +pref("browser.startup.windowsLaunchOnLogin.enabled", false);
|
|
| 665 | 668 | #endif
|
| 666 | 669 | |
| 667 | 670 | // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
|