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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.5-1] Bug 41568: Disable LaterRun



Title: GitLab

Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 35fa3a0c
    by cypherpunks1 at 2023-01-19T16:20:10+01:00
    Bug 41568: Disable LaterRun
    

1 changed file:

Changes:

  • browser/components/BrowserContentHandler.jsm
    ... ... @@ -662,8 +662,8 @@ nsBrowserContentHandler.prototype = {
    662 662
                 additionalPage = Services.urlFormatter.formatURLPref(
    
    663 663
                   "startup.homepage_welcome_url.additional"
    
    664 664
                 );
    
    665
    -            // Turn on 'later run' pages for new profiles.
    
    666
    -            LaterRun.enabled = true;
    
    665
    +            // Disable 'later run' pages for new profiles (tor-browser#41568)
    
    666
    +            LaterRun.enabled = false;
    
    667 667
                 break;
    
    668 668
               case OVERRIDE_NEW_MSTONE:
    
    669 669
                 // Check whether we will restore a session. If we will, we assume
    

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