From 3ac7811115109b992e6bb413b50fbfd59f01b310 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 15 Apr 2005 21:54:45 +0000 Subject: [PATCH] * Improved the $wgBrowserBlackList regex for IE on OS9, and commented. --- includes/DefaultSettings.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8ac177c395..4c9c56fc7b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1129,8 +1129,19 @@ $wgCategoryMagicGallery = true; */ $wgBrowserBlackList = array( "/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\)/" + /** + * MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to + * + * Known useragents: + * - Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) + * - Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC) + * - Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) + * - [...] + * + * @link http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 + * @link http://en.wikipedia.org/wiki/Template%3AOS9 + */ + "/Mozilla\/4\.0 \(compatible; MSIE 5\.\d+; Mac_PowerPC\)/" ); /** -- 2.20.1