From 2ab82d7fc901f3d0545f8bf75460c7fa94ef18ed Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 16 Jan 2019 01:56:19 +0100 Subject: Add matching browser.newtab.choice pref to prevent error. --- application/palemoon/app/profile/palemoon.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/app') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index 7a38edc56..9a6a9fdc9 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -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); -- cgit v1.2.3