httpagentparser icon indicating copy to clipboard operation
httpagentparser copied to clipboard

Misdetection of a Firefox UA

Open ewjoachim opened this issue 10 years ago • 1 comments

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...

ewjoachim avatar May 04 '15 07:05 ewjoachim

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

shon avatar Jun 04 '15 16:06 shon