5007: adds browser.sessionstore.max_windows_undo

Adds flag for preventing reopening closed windows in new session
This commit is contained in:
wavygecko 2023-03-04 17:35:57 -05:00 committed by GitHub
parent 7388485063
commit 7dcd4d425e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,8 +909,9 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
* control that instead; e.g. disable history, clear history on exit, use PB mode
* [NOTE] favicons.sqlite is sanitized on Firefox close ***/
// user_pref("browser.chrome.site_icons", false);
/* 5007: exclude "Undo Closed Tabs" in Session Restore ***/
/* 5007: exclude "Undo Closed Tabs" and "Undo Closed Windows" in Session Restore ***/
// user_pref("browser.sessionstore.max_tabs_undo", 0);
// user_pref("browser.sessionstore.max_windows_undo", 0);
/* 5008: disable resuming session from crash
* [TEST] about:crashparent ***/
// user_pref("browser.sessionstore.resume_from_crash", false);