* Add Google Wireless Transcoder to the Unicode editing blacklist
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 May 2007 15:24:36 +0000 (15:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 May 2007 15:24:36 +0000 (15:24 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index c1012a5..03bcfe1 100644 (file)
@@ -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 ==
 
index 72d4f85..c2fe7b5 100644 (file)
@@ -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;\)/'
 );
 
 /**