Pier Angelo Vendrame pushed to branch mullvad-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
54923f4a
by Pier Angelo Vendrame at 2026-08-25T16:57:36+02:00
1 changed file:
Changes:
| ... | ... | @@ -796,6 +796,9 @@ pref("privacy.globalprivacycontrol.pbmode.enabled", true); |
| 796 | 796 | // Disable platform text recognition functionality (tor-browser#42057)
|
| 797 | 797 | pref("dom.text-recognition.enabled", false);
|
| 798 | 798 | |
| 799 | +// tor-browser#45243: Disable taskbar tabs, as they need more polish from us.
|
|
| 800 | +pref("browser.taskbarTabs.enabled", false);
|
|
| 801 | + |
|
| 799 | 802 | #ifdef XP_WIN
|
| 800 | 803 | pref("browser.taskbar.lists.enabled", false);
|
| 801 | 804 | pref("browser.taskbar.lists.frequent.enabled", false);
|