Commit 670958aa authored by Sandor Molnar's avatar Sandor Molnar
Browse files

Backed out changeset 6fd8da5f35e1 (bug 1824799) on devs request to solve some issues. CLOSED TREE

parent a5fdbec9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -287,7 +287,11 @@ pref("browser.shell.setDefaultPDFHandler.onlyReplaceBrowsers", true);
// The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
pref("browser.startup.page",                1);
pref("browser.startup.homepage",            "about:home");
#ifdef NIGHTLY_BUILD
pref("browser.startup.homepage.abouthome_cache.enabled", true);
#else
pref("browser.startup.homepage.abouthome_cache.enabled", false);
#endif
pref("browser.startup.homepage.abouthome_cache.loglevel", "Warn");

// Whether we should skip the homepage when opening the first-run page