Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1962,9 +1962,9 @@ |
1963 | 1963 | * |
1964 | 1964 | * Reference: http://www.psychedelix.com/agents/index.shtml |
1965 | 1965 | */ |
1966 | | - '/^Mozilla\/2\.[^ ]+ .*?\((?!compatible).*; [UIN]/', |
1967 | | - '/^Mozilla\/3\.[^ ]+ .*?\((?!compatible).*; [UIN]/', |
1968 | | - '/^Mozilla\/4\.[^ ]+ .*?\((?!compatible).*; [UIN]/', |
| 1966 | + '/^Mozilla\/2\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', |
| 1967 | + '/^Mozilla\/3\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', |
| 1968 | + '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', |
1969 | 1969 | |
1970 | 1970 | /** |
1971 | 1971 | * MSIE on Mac OS 9 is teh sux0r, converts þ to <thorn>, ð to <eth>, Þ to <THORN> and Ð to <ETH> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -369,6 +369,8 @@ |
370 | 370 | - don't emit too many list close tags after an invisible header |
371 | 371 | - don't emit too many final list close tags if last header is invisible |
372 | 372 | - don't emit TOC when there are no visible headers |
| 373 | +* (bug 7629) Fix $wgBrowserBlackList to avoid false positive on MSIE |
| 374 | + when certain plugins are present which alter the user agent |
373 | 375 | |
374 | 376 | |
375 | 377 | == Maintenance == |