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