1020: remove max_windows #575
This commit is contained in:
parent
61be5ae563
commit
26b874bed7
7
user.js
7
user.js
@ -685,11 +685,8 @@ user_pref("browser.cache.disk_cache_ssl", false);
|
|||||||
// user_pref("network.dnsCacheExpiration", 60);
|
// user_pref("network.dnsCacheExpiration", 60);
|
||||||
|
|
||||||
/** SESSIONS & SESSION RESTORE ***/
|
/** SESSIONS & SESSION RESTORE ***/
|
||||||
/* 1020: limit Session Restore to last active tab and window
|
/* 1020: exclude "Undo Closed Tabs" in Session Restore ***/
|
||||||
* [SETUP-CHROME] This also disables the "Recently Closed Tabs" feature
|
// user_pref("browser.sessionstore.max_tabs_undo", 0);
|
||||||
* 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);
|
|
||||||
/* 1021: disable storing extra session data [SETUP-CHROME]
|
/* 1021: disable storing extra session data [SETUP-CHROME]
|
||||||
* extra session data contains contents of forms, scrollbar positions, cookies and POST data
|
* extra session data contains contents of forms, scrollbar positions, cookies and POST data
|
||||||
* define on which sites to save extra session data:
|
* define on which sites to save extra session data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user