Add matching browser.newtab.choice pref to prevent error.

This commit is contained in:
wolfbeast 2019-01-16 01:56:19 +01:00 committed by Roy Tam
commit 199b74eb9d

View file

@ -1072,6 +1072,8 @@ pref("prompts.tab_modal.focusSwitch", true);
// Defines the url to be used for new tabs.
pref("browser.newtab.url", "about:logopage");
pref("browser.newtab.choice", 1);
// Activates preloading of the new tab url.
pref("browser.newtab.preload", false);