commit 8811a28c56d332c170596169511808c6debb55eb
parent fdc9db9a084d6ef4f058d01ff8e204054f485591
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 28 May 2019 14:04:09 +0000
2705: document.cookie max lifetime
https://bugzilla.mozilla.org/show_bug.cgi?id=1529836
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1291,6 +1291,9 @@ user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
* [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
* [SETTING] Privacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed ***/
// user_pref("network.cookie.lifetimePolicy", 2);
+/* 2705: set client-side cookies maximum lifetime in days [FF67+]
+ * i.e cookies set through the document.cookie API */
+ // user_pref("privacy.documentCookies.maxage", 7);
/* 2710: disable DOM (Document Object Model) Storage
* [WARNING] This will break a LOT of sites' functionality AND extensions!
* You are better off using an extension for more granular control ***/