From aeb877cba0887a800ab32504c1ccebe8bbb1410c Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 30 May 2007 15:24:36 +0000 Subject: [PATCH] * Add Google Wireless Transcoder to the Unicode editing blacklist --- RELEASE-NOTES | 2 ++ includes/DefaultSettings.php | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c1012a53bb..03bcfe129c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -93,6 +93,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7899) Added \hline and \vline to the list of allowed TeX commands * (bug 7993) support mathematical symbol classes * (bug 10007) Allow Block IP to work with Postgrs again. +* Add Google Wireless Transcoder to the Unicode editing blacklist + == MediaWiki API changes since 1.10 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 72d4f85006..c2fe7b5ea9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2008,7 +2008,13 @@ $wgBrowserBlackList = array( * @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 \d+\.\d+; Mac_PowerPC\)/' + '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/', + + /** + * Google wireless transcoder, seems to eat a lot of chars alive + * http://it.wikipedia.org/w/index.php?title=Luciano_Ligabue&diff=prev&oldid=8857361 + */ + '/^Mozilla\/4\.0 \(compatible; MSIE 6.0; Windows NT 5.0; Google Wireless Transcoder;\)/' ); /** -- 2.20.1