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