We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' }
The text was updated successfully, but these errors were encountered:
uap-core had incomplete regex, I made a PR to fix that in ua-parser/uap-core#263, it's just been merged.
uap-core
I think now useragent just needs to pull the latest uap-core.
useragent
Sorry, something went wrong.
This works in useragent 2.3.0.
useragent 2.3.0
No branches or pull requests
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' }
The text was updated successfully, but these errors were encountered: