Temporarily put $wgCookieHttpOnly off while it's evaluated
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Apr 2008 17:17:30 +0000 (17:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Apr 2008 17:17:30 +0000 (17:17 +0000)
includes/DefaultSettings.php

index 02fa564..6486c99 100644 (file)
@@ -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();