+ comment about the browser blacklist array
authorEmmanuel Engelhart <kelson42@users.mediawiki.org>
Mon, 11 Oct 2004 16:13:53 +0000 (16:13 +0000)
committerEmmanuel Engelhart <kelson42@users.mediawiki.org>
Mon, 11 Oct 2004 16:13:53 +0000 (16:13 +0000)
includes/DefaultSettings.php

index 1d33741..24d1a14 100644 (file)
@@ -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 {