Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3743,7 +3743,7 @@ |
3744 | 3744 | * |
3745 | 3745 | * Only supported on PHP 5.2 or higher. |
3746 | 3746 | */ |
3747 | | -$wgCookieHttpOnly = version_compare("5.2", PHP_VERSION, "<"); |
| 3747 | +$wgCookieHttpOnly = true; |
3748 | 3748 | |
3749 | 3749 | /** |
3750 | 3750 | * If the requesting browser matches a regex in this blacklist, we won't |