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

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -216,6 +216,9 @@ pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
    216 216
     pref("browser.urlbar.recentsearches.featureGate", false);
    
    217 217
     pref("browser.urlbar.suggest.recentsearches", false);
    
    218 218
     
    
    219
    +// tor-browser#44262: Disable adding search engines from HTML forms
    
    220
    +pref("browser.urlbar.update2.engineAliasRefresh", false);
    
    221
    +
    
    219 222
     // Disable the UITour API
    
    220 223
     // See tor-browser#41457 and
    
    221 224
     // https://bugzilla.mozilla.org/show_bug.cgi?id=1915280