mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Add IE8 to the list.
This commit is contained in:
parent
6badd972b0
commit
bb26d73462
@ -74,7 +74,7 @@ public class SupportedUserAgent implements Serializable {
|
||||
final OperatingSystem os = userAgent.getOperatingSystem();
|
||||
|
||||
|
||||
return browser == Browser.IE && Integer.parseInt(version.getMajorVersion()) >= 8 && os == OperatingSystem.WINDOWS && header.contains("chromeframe");
|
||||
return browser == Browser.IE8 && os == OperatingSystem.WINDOWS && header.contains("chromeframe");
|
||||
}
|
||||
|
||||
public static SupportedUserAgent create(@NotNull final String userAgent) {
|
||||
|
Loading…
Reference in New Issue
Block a user