oalders / http-browserdetect

Determine the Web browser, version, and platform from an HTTP user agent string
http://www.browserdetect.org
Other
58 stars 47 forks source link

Improve detection for MS Edge #177

Closed zakame closed 4 years ago

zakame commented 4 years ago

Support mobile releases of MS Edge for iOS and Android, and in particular, relax checking for the browser identifier match, as some versions of Edge for iOS put this identifier in the middle, rather than the end, of the UA string.

ymgsmz commented 4 years ago

Does this change also support user-agent of Edge on different Linux os and distros? or we should wait for launching a stable version of Edge for Linux?

zakame commented 4 years ago

Nothing on Linux support just yet until MS makes an official release, though I don't expect any big change on the Linux user-agent string.

oalders commented 4 years ago

https://metacpan.org/release/OALDERS/HTTP-BrowserDetect-3.27

zakame commented 4 years ago

Thanks too @oalders ! :tada: