
brizental pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 3cad3c4f by Beatriz Rizental at 2025-10-01T19:06:52+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 ===================================== @@ -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); View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3cad... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3cad... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
brizental (@brizental)