From 3b7921ce48357cb12c38911faf1bcdad5273a7b7 Mon Sep 17 00:00:00 2001 From: "asqueella@gmail.com" Date: Sun, 2 Sep 2007 08:33:09 -0700 Subject: [PATCH] Bug 324397 - 'Allow cookies for the original site only' preference, should be selected by default p=Daniel Veditz r=mconnor --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 41e2530d9d3..36490bea0e4 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -335,7 +335,7 @@ pref("privacy.sanitize.promptOnSanitize", true); pref("network.proxy.share_proxy_settings", false); // use the same proxy settings for all protocols -pref("network.cookie.cookieBehavior", 0); // cookies enabled +pref("network.cookie.cookieBehavior", 1); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p pref("network.cookie.enableForCurrentSessionOnly", false); // l12n and i18n