[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.5-1] Bug 41568: Disable LaterRun
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Thu Jan 19 15:22:44 UTC 2023
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:
- browser/components/BrowserContentHandler.jsm
Changes:
=====================================
browser/components/BrowserContentHandler.jsm
=====================================
@@ -662,8 +662,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/35fa3a0c1891b27ef318784abf2994de3e2d6047
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/35fa3a0c1891b27ef318784abf2994de3e2d6047
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/tbb-commits/attachments/20230119/f93a99f2/attachment-0001.htm>
More information about the tbb-commits
mailing list