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

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



Title: GitLab

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

Commits:

  • 6ebcf4f4
    by cypherpunks1 at 2023-01-19T15:17:57+00:00
    Bug 41568: Disable LaterRun
    

1 changed file:

Changes:

  • browser/components/BrowserContentHandler.jsm
    ... ... @@ -703,8 +703,8 @@ nsBrowserContentHandler.prototype = {
    703 703
                 additionalPage = Services.urlFormatter.formatURLPref(
    
    704 704
                   "startup.homepage_welcome_url.additional"
    
    705 705
                 );
    
    706
    -            // Turn on 'later run' pages for new profiles.
    
    707
    -            LaterRun.enabled = true;
    
    706
    +            // Disable 'later run' pages for new profiles (tor-browser#41568)
    
    707
    +            LaterRun.enabled = false;
    
    708 708
                 break;
    
    709 709
               case OVERRIDE_NEW_MSTONE:
    
    710 710
                 // 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