https://bugzilla.wikimedia.org/show_bug.cgi?id=23171
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |om Resolution| |FIXED --- Comment #12 from Aryeh Gregor <[email protected]> 2010-05-02 02:01:28 UTC --- This looks like some braindead software added garbage to the UA string. Thankfully, as of IE9 this is no longer allowed: <http://blogs.msdn.com/ie/archive/2010/03/23/introducing-ie9-s-user-agent-string.aspx> I've followed the technique suggested at <http://msdn.microsoft.com/en-us/library/ms537509.aspx> and just retrieved the first "MSIE ([0-9]{1,}[\.0-9]{0,})" match. Should be fixed on trunk in r65774, on REL1_16 in r65775. I sort of tested it, by hacking wikibits.js to fake various clientPC strings. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
