From: Brion Vibber Date: Tue, 15 Apr 2008 17:17:30 +0000 (+0000) Subject: Temporarily put $wgCookieHttpOnly off while it's evaluated X-Git-Tag: 1.31.0-rc.0~48304 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=28dba9f1f753144798829c3612f5c4985234f14f;p=lhc%2Fweb%2Fwiklou.git Temporarily put $wgCookieHttpOnly off while it's evaluated --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 02fa564c76..6486c99b00 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1501,7 +1501,7 @@ $wgDisableCookieCheck = false; * Set authentication cookies to httpOnly to prevent stealing by JS, in brow- * sers that support this feature. */ -$wgCookieHttpOnly = true; +$wgCookieHttpOnly = false; /** A list of cookies that vary the cache (for use by extensions) */ $wgCacheVaryCookies = array();