From: Emmanuel Engelhart Date: Mon, 11 Oct 2004 16:13:53 +0000 (+0000) Subject: + comment about the browser blacklist array X-Git-Tag: 1.5.0alpha1~1594 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b8e9cb9f46c2e06708a10dc7c3a77ec1b895d9f2;p=lhc%2Fweb%2Fwiklou.git + comment about the browser blacklist array --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1d33741433..24d1a148b4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -761,6 +761,7 @@ $wgNavigationLinks = array ( $wgCategoryMagicGallery = true; # Browser Blacklist for unicode non compliant browsers +# Contains a list of regexps : "/regexp/" matching problematic browsers $wgBrowserBlackList = array(); } else {