Commit 3cad3c4f authored by brizental's avatar brizental
Browse files

fixup! Firefox preference overrides.

Do not trim the protocol from URLs.
parent a39547a2
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1094,3 +1094,6 @@ pref("font.name-list.monospace.x-unicode", "Cousine, Noto Sans Balinese, Noto Sa
// setting it will still change the value in `prefs.js`, but it will be ignored.
// If this is ever unlocked, the value in prefs.js will be used.
pref("browser.laterrun.enabled", false, locked);

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