removed 2703 + deprecated-2704 #628

Since FF63 you cannot clear cookies by lifetime of days, it is either keep, or clear on shutdown (section 2800), so this pref is now useless. In FF65 they even removed the redundant [SETTING]. Even MOAR reason to remove them.
This commit is contained in:
Thorin-Oakenpants 2019-02-04 05:45:57 +00:00 committed by GitHub
parent ec0e58099f
commit 3d73f06d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1417,10 +1417,6 @@ user_pref("network.cookie.cookieBehavior", 1);
* [2] http://kb.mozillazine.org/Network.cookie.thirdparty.sessionOnly ***/
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
* [NOTE] 3=for n days : no longer supported in FF63+ (see 2704-deprecated) ***/
// user_pref("network.cookie.lifetimePolicy", 0);
/* 2705: disable HTTP sites setting cookies with the "secure" directive [FF52+]
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
user_pref("network.cookie.leave-secure-alone", true); // [DEFAULT: true]
@ -2212,9 +2208,6 @@ user_pref("shield.savant.enabled", false);
// [SETUP-WEB] This may break video playback on various sites
// [-] https://bugzilla.mozilla.org/1470082
user_pref("media.autoplay.enabled", false);
// 2704: set cookie lifetime in days (see 2703)
// [-] https://bugzilla.mozilla.org/1457170
// user_pref("network.cookie.lifetime.days", 90); // [DEFAULT: 90]
// 5000's: enable "Ctrl+Tab cycles through tabs in recently used order" - replaced by browser.ctrlTab.recentlyUsedOrder
// [-] https://bugzilla.mozilla.org/1473595
// user_pref("browser.ctrlTab.previews", true);