+ $wgBrowserBlackList
authorEmmanuel Engelhart <kelson42@users.mediawiki.org>
Sun, 10 Oct 2004 21:25:42 +0000 (21:25 +0000)
committerEmmanuel Engelhart <kelson42@users.mediawiki.org>
Sun, 10 Oct 2004 21:25:42 +0000 (21:25 +0000)
LocalSettings.sample
includes/DefaultSettings.php

index bda3655..8be4c13 100644 (file)
@@ -227,4 +227,8 @@ $wgLocalInterwiki   = $wgSitename;
 # A list of proxy servers (ips if possible) to purge on changes
 # don't specify ports here (80 is default)
 # $wgSquidServers = array('127.0.0.1');
+
+# Browser-related setting
+$wgBrowserBlackList = array();
+
 ?>
index a7f319a..1d33741 100644 (file)
@@ -760,6 +760,8 @@ $wgNavigationLinks = array (
 # instead of listing them as articles.
 $wgCategoryMagicGallery = true;
 
+# Browser Blacklist for unicode non compliant browsers
+$wgBrowserBlackList = array();
 
 } else {
        die();