Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headless Chrome version not parsed correctly #118

Open
aclar48 opened this issue Nov 6, 2017 · 2 comments
Open

Headless Chrome version not parsed correctly #118

aclar48 opened this issue Nov 6, 2017 · 2 comments

Comments

@aclar48
Copy link

aclar48 commented Nov 6, 2017

Using a newer version of Chromium in headless mode, useragent does not report the version correctly.

Agent { family: 'HeadlessChrome', major: '0', minor: '0', patch: '0', source: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3240.0 Safari/537.36' }

@mgol
Copy link

mgol commented Nov 9, 2017

uap-core had incomplete regex, I made a PR to fix that in ua-parser/uap-core#263, it's just been merged.

I think now useragent just needs to pull the latest uap-core.

@mmermerkaya
Copy link

This works in useragent 2.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants