From b8e9cb9f46c2e06708a10dc7c3a77ec1b895d9f2 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 11 Oct 2004 16:13:53 +0000 Subject: [PATCH] + comment about the browser blacklist array --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1