+ $wgBrowserBlackList
This commit is contained in:
parent
41150bf76d
commit
9cc5a3d431
2 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue