Keep cookies after shutdown

This commit is contained in:
Filip Znachor 2023-08-17 18:59:15 +02:00
parent 54acbe4924
commit 0e89fe8de3

View file

@ -53,6 +53,9 @@ user_pref("svg.context-properties.content.enabled", true);
// This section contains additional overrides for LibreWolf default settings
//
// PREF: disable cookies clear on shutdown
user_pref("privacy.clearOnShutdown.cookies", false);
// PREF: disable browsing and download history clear on shutdown
user_pref("privacy.clearOnShutdown.history", false);
user_pref("privacy.clearOnShutdown.downloads", false);