Commit a5f527af authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

BB 45171: Disable split view.
parent ff04e2bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1117,3 +1117,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);