diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index bddb56fb6cb1..57873dbc9104 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -268,7 +268,7 @@ pref("browser.defaultbrowser.notificationbar", false); pref("browser.startup.page", 1); pref("browser.startup.homepage", "chrome://branding/locale/browserconfig.properties"); // Whether we should skip the homepage when opening the first-run page -pref("browser.startup.firstrunSkipsHomepage", false); +pref("browser.startup.firstrunSkipsHomepage", true); pref("browser.slowStartup.notificationDisabled", false); pref("browser.slowStartup.timeThreshold", 30000);