Bug 1381982 - Show Privacy Policy instead of about:home as the background tab on first launch, r=gijs

MozReview-Commit-ID: 6cjpCTCPDIB

--HG--
extra : rebase_source : 9c9431c8466de24495dd55a668eaa136de80b79c
This commit is contained in:
Timothy Guan-tin Chien 2017-07-20 13:46:41 +08:00
Родитель 4b11bed1eb
Коммит 86dce63f5c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);