user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 24f7847f7321e1a55add50ea78f0393f92a00917
parent 56206f77ba6833876931e346212e3df9d2cf9ae5
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 23 Oct 2018 16:13:23 +0000

2703: make value 3 info clearer
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1359,7 +1359,8 @@ user_pref("network.cookie.cookieBehavior", 1); user_pref("network.cookie.thirdparty.sessionOnly", true); user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // (FF58+) /* 2703: set cookie lifetime policy - * 0=until they expire (default), 2=until you close Firefox, 3=for n days (see 2704-deprecated FF63+) + * 0=until they expire (default), 2=until you close Firefox + * [NOTE] 3=for n days : no longer supported in FF63+ (see 2704-deprecated) * [SETTING] Privacy & Security>History>Custom Settings>Accept cookies from sites>Keep until ***/ // user_pref("network.cookie.lifetimePolicy", 0); /* 2705: disable HTTP sites setting cookies with the "secure" directive (FF52+)