brizental pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

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
    1094 1094
     // setting it will still change the value in `prefs.js`, but it will be ignored.
    
    1095 1095
     // If this is ever unlocked, the value in prefs.js will be used.
    
    1096 1096
     pref("browser.laterrun.enabled", false, locked);
    
    1097
    +
    
    1098
    +// tor-browser#44123: Never trim the protocol off of URLs.
    
    1099
    +pref("browser.urlbar.trimURLs", false);