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

Misdetection of a Firefox UA #62

Open
ewjoachim opened this issue May 4, 2015 · 1 comment
Open

Misdetection of a Firefox UA #62

ewjoachim opened this issue May 4, 2015 · 1 comment

Comments

@ewjoachim
Copy link

What I have :

    "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 (Chrome)"

What httpagentparser tells me :

    {'bot': False,
     'browser': {'name': 'Chrome', 'version': 'Mozilla/5.0'},
     'os': {'name': 'Linux'},
     'platform': {'name': 'Linux', 'version': None}}

Note that except the browser being Chrome, the version is wrong too.

What internet tells me :
Mainly Firefox but I'm not sur it corresponds to a real vendor UA, but it seems we can find clients using this UA...

@shon
Copy link
Owner

shon commented Jun 4, 2015

Thanks much for reporting. Let see what can I do.

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

2 participants