Commit 9f75e57b authored by henry's avatar henry Committed by morgan
Browse files

fixup! Firefox preference overrides.

BB 45171: Disable split view.
parent 7a387a89
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1130,3 +1130,6 @@ pref("browser.laterrun.enabled", false, locked);

// tor-browser#44123: Never trim the protocol off of URLs.
pref("browser.urlbar.trimURLs", false);

// tor-browser#45171: Disabled split view which is janky.
pref("browser.tabs.splitView.enabled", false);