update Ox.parseUserAgent
This commit is contained in:
parent
34dcf833b2
commit
ac29cb88a6
1 changed files with 1 additions and 1 deletions
|
@ -301,8 +301,8 @@ Ox.parseUserAgent = function(userAgent) {
|
|||
browser: [
|
||||
/(Camino)\/(\d+)/,
|
||||
/(chromeframe)\/(\d+)/,
|
||||
/(Edge)\/(\d+)/, // has to be before "Chrome"
|
||||
/(Chrome)\/(\d+)/,
|
||||
/(Edge)\/(\d+)/,
|
||||
/(Epiphany)\/(\d+)/,
|
||||
/(Firefox)\/(\d+)/,
|
||||
/(Galeon)\/(\d+)/,
|
||||
|
|
Loading…
Reference in a new issue