brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
0772e42c
by Beatriz Rizental at 2025-10-01T19:03:17+02:00
1 changed file:
Changes:
... | ... | @@ -1098,3 +1098,6 @@ pref("font.name-list.monospace.x-unicode", "Cousine, Noto Sans Balinese, Noto Sa |
1098 | 1098 | // setting it will still change the value in `prefs.js`, but it will be ignored.
|
1099 | 1099 | // If this is ever unlocked, the value in prefs.js will be used.
|
1100 | 1100 | pref("browser.laterrun.enabled", false, locked);
|
1101 | + |
|
1102 | +// tor-browser#44123: Never trim the protocol off of URLs.
|
|
1103 | +pref("browser.urlbar.trimURLs", false); |