Pier Angelo Vendrame pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: d9c1c6b9 by Pier Angelo Vendrame at 2026-08-25T16:43:57+02:00 fixup! Firefox preference overrides. BB 45243: Disable taskbar tabs. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -803,6 +803,9 @@ pref("privacy.globalprivacycontrol.pbmode.enabled", true); // Disable platform text recognition functionality (tor-browser#42057) pref("dom.text-recognition.enabled", false); +// tor-browser#45243: Disable taskbar tabs, as they need more polish from us. +pref("browser.taskbarTabs.enabled", false); + #ifdef XP_WIN pref("browser.taskbar.lists.enabled", false); pref("browser.taskbar.lists.frequent.enabled", false); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d9c1c6b9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d9c1c6b9... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)