shon / httpagentparser

Python HTTP Agent Parser
http://pypi.python.org/pypi/httpagentparser/
MIT License
222 stars 55 forks source link

Support MS Edge as a browser #66

Closed lipis closed 8 years ago

lipis commented 9 years ago
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240

We might want to check for Edge before checking for Chrome as with the above agent, we think that the browser is Chrome.