From 81adbdf00c11278eb47fa4850cdbfd231041f6d8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Oct 2019 15:58:34 +0300 Subject: [PATCH] firefox: laxer settings. --- testing/firefox/files/vendor.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testing/firefox/files/vendor.js b/testing/firefox/files/vendor.js index 847cef53..eb440a9f 100644 --- a/testing/firefox/files/vendor.js +++ b/testing/firefox/files/vendor.js @@ -464,9 +464,6 @@ pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false // STORAGE // -pref("network.cookie.cookieBehavior", 1); -pref("network.cookie.thirdparty.sessionOnly", true); -pref("network.cookie.thirdparty.nonsecureSessionOnly", true); pref("browser.cache.offline.enable", false); pref("offline-apps.allow_by_default", false); @@ -476,10 +473,7 @@ pref("offline-apps.allow_by_default", false); pref("privacy.sanitize.sanitizeOnShutdown", true); pref("privacy.clearOnShutdown.cache", true); -pref("privacy.clearOnShutdown.cookies", true); -pref("privacy.clearOnShutdown.downloads", true); pref("privacy.clearOnShutdown.formdata", true); -pref("privacy.clearOnShutdown.history", true); pref("privacy.clearOnShutdown.offlineApps", true); pref("privacy.clearOnShutdown.sessions", true); pref("privacy.clearOnShutdown.siteSettings", false);