ua-parser / uap-core

The regex file necessary to build language ports of Browserscope's user agent parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It doesn't detect OSX

dev0pz opened this issue · comments

Hi guise
it does no detect useragents like:

Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_14_5)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/79.0.3945.130%20Safari/537.36

get "Other" for all modern macosx

it would need something like this:

- regex: '\(Macintosh;.+Mac.+OS'
os_replacement: 'Mac OS X'

thanks