Commit d760792c authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Do not trim the protocol from URLs.
parent 42a07419
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1098,3 +1098,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);