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: [
|
browser: [
|
||||||
/(Camino)\/(\d+)/,
|
/(Camino)\/(\d+)/,
|
||||||
/(chromeframe)\/(\d+)/,
|
/(chromeframe)\/(\d+)/,
|
||||||
|
/(Edge)\/(\d+)/, // has to be before "Chrome"
|
||||||
/(Chrome)\/(\d+)/,
|
/(Chrome)\/(\d+)/,
|
||||||
/(Edge)\/(\d+)/,
|
|
||||||
/(Epiphany)\/(\d+)/,
|
/(Epiphany)\/(\d+)/,
|
||||||
/(Firefox)\/(\d+)/,
|
/(Firefox)\/(\d+)/,
|
||||||
/(Galeon)\/(\d+)/,
|
/(Galeon)\/(\d+)/,
|
||||||
|
|
Loading…
Reference in a new issue