From: Emmanuel Engelhart Date: Fri, 15 Oct 2004 22:15:11 +0000 (+0000) Subject: + "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/" to the browser black list X-Git-Tag: 1.5.0alpha1~1532 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=8e69badb1c6b0413080dd79984388306993af963;p=lhc%2Fweb%2Fwiklou.git + "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/" to the browser black list array --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7619ca88f4..a6bb741e9c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 );