Loading browser/components/BrowserContentHandler.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -774,8 +774,8 @@ nsBrowserContentHandler.prototype = { additionalPage = Services.urlFormatter.formatURLPref( "startup.homepage_welcome_url.additional" ); // Disable 'later run' pages for new profiles (tor-browser#41568) lazy.LaterRun.selfDestruct(); // Turn on 'later run' pages for new profiles. lazy.LaterRun.enable(lazy.LaterRun.ENABLE_REASON_NEW_PROFILE); break; case OVERRIDE_NEW_MSTONE: { // Check whether we will restore a session. If we will, we assume Loading Loading
browser/components/BrowserContentHandler.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -774,8 +774,8 @@ nsBrowserContentHandler.prototype = { additionalPage = Services.urlFormatter.formatURLPref( "startup.homepage_welcome_url.additional" ); // Disable 'later run' pages for new profiles (tor-browser#41568) lazy.LaterRun.selfDestruct(); // Turn on 'later run' pages for new profiles. lazy.LaterRun.enable(lazy.LaterRun.ENABLE_REASON_NEW_PROFILE); break; case OVERRIDE_NEW_MSTONE: { // Check whether we will restore a session. If we will, we assume Loading