Skip to content
Snippets Groups Projects
Verified Commit dd7a2f78 authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

Bug 41568: Disable LaterRun

parent 052190a7
No related branches found
No related tags found
1 merge request!734Bug 42030: Rebased 13.0 alpha onto Firefox 115.2.0esr
......@@ -686,8 +686,8 @@ nsBrowserContentHandler.prototype = {
additionalPage = Services.urlFormatter.formatURLPref(
"startup.homepage_welcome_url.additional"
);
// Turn on 'later run' pages for new profiles.
lazy.LaterRun.enabled = true;
// Disable 'later run' pages for new profiles (tor-browser#41568)
lazy.LaterRun.enabled = false;
break;
case OVERRIDE_NEW_MSTONE:
// Check whether we will restore a session. If we will, we assume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment