We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb853d commit 3c9f91aCopy full SHA for 3c9f91a
1 file changed
application/config/user_agents.php
@@ -61,7 +61,8 @@
61
$browsers = array(
62
'OPR' => 'Opera',
63
'Flock' => 'Flock',
64
- 'Edge' => 'Edge',
+ 'Edg' => 'Edge',
65
+ 'Edge' => 'Edge Legacy',
66
'Chrome' => 'Chrome',
67
// Opera 10+ always reports Opera/9.80 and appends Version/<real version> to the user agent string
68
'Opera.*?Version' => 'Opera',
0 commit comments