[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.3.1esr-13.0-1] fixup! MB 39: Add home page about:mullvad-browser



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-115.3.1esr-13.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 2aa3828e
    by Pier Angelo Vendrame at 2023-10-05T22:38:50+02:00
    fixup! MB 39: Add home page about:mullvad-browser
    
    MB 243: Make sure about:mullvad-browser is treated as a new tab page
    

1 changed file:

Changes:

  • browser/base/content/browser-places.js
    ... ... @@ -1431,7 +1431,7 @@ var BookmarkingUI = {
    1431 1431
         if (newTabURL == "about:blank") {
    
    1432 1432
           newTabURL = "about:newtab";
    
    1433 1433
         }
    
    1434
    -    let newTabURLs = [newTabURL, "about:home"];
    
    1434
    +    let newTabURLs = [newTabURL, "about:home", "about:mullvad-browser"];
    
    1435 1435
         if (PrivateBrowsingUtils.isWindowPrivate(window)) {
    
    1436 1436
           newTabURLs.push("about:privatebrowsing");
    
    1437 1437
         }
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits