3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

Odd safari UA not supported #104

Closed thashimalayaratnam closed 7 years ago

thashimalayaratnam commented 7 years ago

The user agent string Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64) seems to not be recognized as a valid browser.

This has also been reported in another detection library: https://github.com/bestiejs/platform.js/issues/124

3rd-Eden commented 7 years ago

Cfnetwork isnt a browser; https://developer.apple.com/library/content/documentation/Networking/Conceptual/CFNetwork/Introduction/Introduction.html

On Apr 13, 2017, 3:25 PM -0700, thashimalayaratnam notifications@github.com, wrote:

The user agent string Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64) seems to not be recognized as a valid browser.

This has also been reported in another detection library: bestiejs/platform.js#124 (https://github.com/bestiejs/platform.js/issues/124)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/3rd-Eden/useragent/issues/104), or mute the thread (https://github.com/notifications/unsubscribe-auth/AABtp6Wqv9JxUOWVV5KxHyV4zOFKZgC5ks5rvqDkgaJpZM4M9Rd8).

thashimalayaratnam commented 7 years ago

Ah okay, thanks.