Bug 1616347 - Add a preference to control caching about:home. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D64188

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Conley 2020-02-25 21:06:13 +00:00
Родитель 73b6d9dca6
Коммит 7c279073ca
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -222,6 +222,8 @@ pref("browser.defaultbrowser.notificationbar", false);
// 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");
pref("browser.startup.homepage.abouthome_cache.enabled", false);
// Whether we should skip the homepage when opening the first-run page
pref("browser.startup.firstrunSkipsHomepage", true);