+ $wgBrowserBlackList

This commit is contained in:
Emmanuel Engelhart 2004-10-10 21:25:42 +00:00
parent 41150bf76d
commit 9cc5a3d431
2 changed files with 6 additions and 0 deletions

View 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();
?>

View 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();