+ "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/" to the browser black list
authorEmmanuel Engelhart <kelson42@users.mediawiki.org>
Fri, 15 Oct 2004 22:15:11 +0000 (22:15 +0000)
committerEmmanuel Engelhart <kelson42@users.mediawiki.org>
Fri, 15 Oct 2004 22:15:11 +0000 (22:15 +0000)
array

includes/DefaultSettings.php

index 7619ca8..a6bb741 100644 (file)
@@ -763,6 +763,7 @@ $wgCategoryMagicGallery = true;
 # Browser Blacklist for unicode non compliant browsers
 # Contains a list of regexps : "/regexp/"  matching problematic browsers
 $wgBrowserBlackList = array(
+       "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/"
        // FIXME: Add some accurate, true things here
        );