undo deprecated-2704

This commit is contained in:
Thorin-Oakenpants 2019-02-04 11:59:36 +00:00 committed by GitHub
parent eb734abf9a
commit 68b0e97a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2206,6 +2206,9 @@ 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);