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
Some Chrome-based web browsers like YaBrowser (Yandex), Brave and Vivaldi are reported as "chome" with the chrome version as the browser_version.
browser_version
For example, Yandex browser
"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.132 YaBrowser/22.3.1.891 Yowser/2.5 Safari/537.36"
is treated as chome 98 instead of yandex 22.3.
Ideally, there should be a way to detect these browsers but doing so could break the detection.
It might be worth having a separate vendor and vendor_version methods that allows users to differentiate further details.
vendor
vendor_version
The text was updated successfully, but these errors were encountered:
I'd be open to some kind of enhancement like this if someone were to take on the work. I'm happy to take on code reviews and shipping new releases.
Sorry, something went wrong.
No branches or pull requests
Some Chrome-based web browsers like YaBrowser (Yandex), Brave and Vivaldi are reported as "chome" with the chrome version as the
browser_version
.For example, Yandex browser
is treated as chome 98 instead of yandex 22.3.
Ideally, there should be a way to detect these browsers but doing so could break the detection.
It might be worth having a separate
vendor
andvendor_version
methods that allows users to differentiate further details.The text was updated successfully, but these errors were encountered: