WhichBrowser / Parser-PHP

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

Undetected user agents #664

Open thanatos-vf-2000 opened 2 years ago

thanatos-vf-2000 commented 2 years ago

Hi,

the following user agents/bot doesn't get detected: Agent: GRequests/0.10 Wget/1.14 (linux-gnu) Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection) ALittle Client Windows Microsoft Windows 10 Enterprise ZTunnel/1.0 Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36 bot: IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)

Chrome version are not up to date in file date/browsers-chrome.php:

    '91.0.4472' => 'stable',
    '92.0.4515' => 'stable',
    '93.0.4577' => 'stable',
    '94.0.4606' => 'stable',

best regards, Franck VANHOUCKE

thanatos-vf-2000 commented 1 year ago

Update Chrome version: https://github.com/WhichBrowser/Parser-PHP/pull/683