From de50d15d2800e947fb800a9a318969cebddceb67 Mon Sep 17 00:00:00 2001 From: JustOff Date: Wed, 22 Aug 2018 13:40:19 +0300 Subject: Use "browser.newtabpage.add_to_session_history" to decide whether to store "about:newtab" in the session history --- modules/libpref/init/all.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/libpref') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 6eddfe7a2..1a67293e4 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -247,6 +247,10 @@ pref("dom.compartment_per_addon", true); // of content viewers to cache based on the amount of available memory. pref("browser.sessionhistory.max_total_viewers", -1); +// Whether to store 'about:newtab' in the session history, disabled by default. +// See https://github.com/MoonchildProductions/UXP/issues/719 +pref("browser.newtabpage.add_to_session_history", false); + pref("ui.use_native_colors", true); pref("ui.click_hold_context_menus", false); // Duration of timeout of incremental search in menus (ms). 0 means infinite. -- cgit v1.2.3