WhichBrowser / Parser-PHP

Browser sniffing gone too far — A useragent parser library for PHP
http://whichbrowser.net
MIT License
1.79k stars 242 forks source link

Chrome wrong version Detection #672

Closed thedoggybrad closed 2 years ago

thedoggybrad commented 2 years ago

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Result: You are using an unknown browser that imitates Chrome Dev 100.0.4896.127 on Windows 10

Expected Result: You are using Chrome Dev 100.0.4896.127 on Windows 10

NielsLeenheer commented 2 years ago

This should have been fixed by last weeks release. Which version are you using?

thedoggybrad commented 2 years ago

@NielsLeenheer

As of this moment here are the results from https://whichbrowser.net/

You are using an unknown browser that imitates Chrome Dev 100.0.4896.127 on Windows 10 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

As of this moment https://html5test.com outputs: You are using an unknown browser that imitates Chrome Dev 100.0.4896.127 on Windows 10

thedoggybrad commented 2 years ago

As of this moment both https://html5test.com or https://whichbrowser.net/ outputs the following:

You are using Chrome 100 on Windows 10

In a conclusion, the issue was successfully fixed.