httpagentparser
httpagentparser copied to clipboard
Misdetection of a Firefox UA
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...
Thanks much for reporting. Let see what can I do.