This commit is contained in:
2022-04-09 15:26:51 +04:00
parent d4d0ff6464
commit ea1a173009
2 changed files with 41 additions and 6 deletions

View File

@@ -85,3 +85,7 @@ user_pref("privacy.cpd.cookies", false);
* [NOTE] privacy.cpd.openWindows has a bug that causes an additional window to open ***/
// user_pref("privacy.clearOnShutdown.openWindows", true);
// user_pref("privacy.cpd.openWindows", true);
/* 1003: disable storing extra session data [SETUP-CHROME]
* define on which sites to save extra session data such as form content, cookies and POST data
* 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
user_pref("browser.sessionstore.privacy_level", 0);