user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 26b874bed78ac6a42e5a9dbc8881c665697a13e5
parent 61be5ae563e0e7e3427885a16e6f920437797966
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 11 Dec 2018 16:43:11 +0000

1020: remove max_windows #575
Diffstat:
Muser.js | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/user.js b/user.js @@ -685,11 +685,8 @@ user_pref("browser.cache.disk_cache_ssl", false); // user_pref("network.dnsCacheExpiration", 60); /** SESSIONS & SESSION RESTORE ***/ -/* 1020: limit Session Restore to last active tab and window - * [SETUP-CHROME] This also disables the "Recently Closed Tabs" feature - * It does not affect "Recently Closed Windows" or any history. ***/ -user_pref("browser.sessionstore.max_tabs_undo", 0); -user_pref("browser.sessionstore.max_windows_undo", 0); +/* 1020: exclude "Undo Closed Tabs" in Session Restore ***/ + // user_pref("browser.sessionstore.max_tabs_undo", 0); /* 1021: disable storing extra session data [SETUP-CHROME] * extra session data contains contents of forms, scrollbar positions, cookies and POST data * define on which sites to save extra session data: