From: Ævar Arnfjörð Bjarmason Date: Fri, 15 Apr 2005 20:42:34 +0000 (+0000) Subject: * Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: http://en.wikipedia.org... X-Git-Tag: 1.5.0alpha1~260 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=851129183313b0a01984f4343cfd46d530a647a8;p=lhc%2Fweb%2Fwiklou.git * Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: en.wikipedia.org/wiki/Template%3AOS9 and http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d4853f52be..8ac177c395 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1128,9 +1128,10 @@ $wgCategoryMagicGallery = true; * 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 - ); + "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/", + # MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to + "/Mozilla\/4.0 \(compatible; MSIE 5.0; Mac_PowerPC\)/" +); /** * Fake out the timezone that the server thinks it's in. This will be used for