diff --git a/user.js b/user.js index 5571be9..de78207 100644 --- a/user.js +++ b/user.js @@ -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); \ No newline at end of file