From 851129183313b0a01984f4343cfd46d530a647a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 15 Apr 2005 20:42:34 +0000 Subject: [PATCH] * Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: http://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 --- includes/DefaultSettings.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.20.1