mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Detect IE11 without MSIE token
This commit is contained in:
@@ -228,6 +228,9 @@
|
||||
// Chromium/Flock/RockMelt/Midori/Epiphany/Silk/Skyfire/Bolt
|
||||
], [NAME, VERSION, MAJOR], [
|
||||
|
||||
/(trident).+rv\:((\d+)?[\w\.]+).+like\sgecko/i // IE11
|
||||
], [[NAME, 'IE'], VERSION, MAJOR], [
|
||||
|
||||
/(yabrowser)\/((\d+)?[\w\.]+)/i // Yandex
|
||||
], [[NAME, 'Yandex'], VERSION, MAJOR], [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user