
brizental pushed to branch base-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: 08a3c283 by Beatriz Rizental at 2025-10-01T19:05:37+02:00 fixup! Firefox preference overrides. Do not trim the protocol from URLs. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -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); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/08a3c283... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/08a3c283... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
brizental (@brizental)