commit 8313f2e01a17907b564d20c9829b4e7c2499d803
parent 0a87c99a0ecb8ac28b734b63f1a1349514ba6a97
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 6 Dec 2018 05:41:25 +0000
1020: fix description
Session Restore cannot be disabled in Normal mode, it is also used internally. FYI: PB Mode does not use Session Restore. The description is still not 100%, as it refers to what is restored, not what is kept in the recovery.jsonlz4 (at least for tabs)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -688,7 +688,7 @@ user_pref("browser.cache.disk_cache_ssl", false);
// user_pref("network.dnsCacheEntries", 400);
// user_pref("network.dnsCacheExpiration", 60);
/** SESSIONS & SESSION RESTORE ***/
-/* 1020: disable the Session Restore service completely
+/* 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);