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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Jan 19 15:18:16 UTC 2023



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:

- browser/components/BrowserContentHandler.jsm


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6ebcf4f42da55e73d55f59808d0bca7be5232c10

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6ebcf4f42da55e73d55f59808d0bca7be5232c10
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230119/963075b8/attachment.htm>


More information about the tor-commits mailing list