diff --git a/src/mobile-config-autoconfig.js b/src/mobile-config-autoconfig.js index 490d9ac..3b28f1a 100644 --- a/src/mobile-config-autoconfig.js +++ b/src/mobile-config-autoconfig.js @@ -61,3 +61,7 @@ defaultPref('browser.urlbar.suggest.topsites', false); // this option, at least there is no big "Search with Amazon" message in the // urlbar results as soon as typing the letter "a". defaultPref('browser.urlbar.suggest.engines', false); + +// Show about:home in new tabs, so it's not just a weird looking completely +// empty page. +defaultPref('browser.newtabpage.enabled', true); diff --git a/src/policies.json b/src/policies.json index c2bf501..dd5f9d9 100644 --- a/src/policies.json +++ b/src/policies.json @@ -4,7 +4,6 @@ "DisableFirefoxStudies": true, "DisableTelemetry": true, "DisablePocket": true, - "NewTabPage": false, "NoDefaultBookmarks": true, "OverrideFirstRunPage": "", "OverridePostUpdatePage": "",