From 2635f78fc0882c2ea654bcd8955b503fb4d875fb Mon Sep 17 00:00:00 2001 From: "dwitte%stanford.edu" Date: Tue, 20 Nov 2007 02:57:31 +0000 Subject: [PATCH] enable foreign cookie blocking temporarily, to investigate tinderbox response. (bugs 324397 and 404399, a=ss) git-svn-id: svn://10.0.0.236/trunk@239686 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/camino/resources/application/all-camino.js.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/camino/resources/application/all-camino.js.in b/mozilla/camino/resources/application/all-camino.js.in index f7baa93ecfa..0689c501296 100644 --- a/mozilla/camino/resources/application/all-camino.js.in +++ b/mozilla/camino/resources/application/all-camino.js.in @@ -124,6 +124,9 @@ pref("network.protocol-handler.warn-external.news", false); pref("network.protocol-handler.warn-external.snews", false); pref("network.protocol-handler.warn-external.nntp", false); +// cookies: 0 = accept all, 1 = don't accept third-party, 2 = don't accept any +pref("network.cookie.cookieBehavior", 1); + // defaults for cmd-click opening windows or tabs (default to windows) pref("browser.tabs.opentabfor.middleclick", false); // ...and default to opening new pages in the foreground