Skip to content
Snippets Groups Projects
Verified Commit 35cb57e6 authored by cypherpunks1's avatar cypherpunks1 Committed by ma1
Browse files

Bug 41568: Disable LaterRun

parent 5d5d652e
Branches
Tags
1 merge request!712Bug 41908: Rebased on 102.14
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment