morgan pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -9,6 +9,11 @@ pref("intl.locale.requested", "");
    9 9
     pref("browser.startup.homepage", "about:blank");
    
    10 10
     pref("browser.newtabpage.enabled", false);
    
    11 11
     
    
    12
    +// tor-browser#43164: Prevent search-bar from being auto-hidden when not used for awhile
    
    13
    +// This preference is locked so that the browser itself can never set an actual
    
    14
    +// value that would trigger the migration.
    
    15
    +pref("browser.search.widget.lastUsed", "", locked);
    
    16
    +
    
    12 17
     // Disable initial homepage notifications
    
    13 18
     pref("browser.search.update", false);
    
    14 19
     pref("startup.homepage_welcome_url", "");