Commit 4a71b4cc authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Firefox preference overrides.

BB 45243: Disable taskbar tabs.
parent 636c9b47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -790,6 +790,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);