Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BertKooij committed Nov 13, 2019
1 parent 77ced58 commit 3bf224b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Agent extends Mobile_Detect
protected static $additionalBrowsers = [
'Opera Mini' => 'Opera Mini',
'Opera' => 'Opera|OPR',
'Edge' => 'Edge',
'Edge' => 'Edge|Edg',
'UCBrowser' => 'UCBrowser',
'Vivaldi' => 'Vivaldi',
'Chrome' => 'Chrome',
Expand Down Expand Up @@ -69,7 +69,7 @@ class Agent extends Mobile_Detect
'Netscape' => 'Netscape/[VER]',
'Mozilla' => 'rv:[VER]',
'IE' => ['IEMobile/[VER];', 'IEMobile [VER]', 'MSIE [VER];', 'rv:[VER]'],
'Edge' => 'Edge/[VER]',
'Edge' => ['Edge/[VER]', 'Edg/[VER]'],
'Vivaldi' => 'Vivaldi/[VER]',
];

Expand Down

0 comments on commit 3bf224b

Please sign in to comment.