omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
876 stars 72 forks source link

rest-client was not recognised #230

Closed Kikobeats closed 7 months ago

Kikobeats commented 7 months ago

User Agent String

rest-client/2.1.0 (linux x86_64) ruby/2.7.6p219

Reproduce

isbot('rest-client/2.1.0 (linux x86_64) ruby/2.7.6p219') // => false 
isbot('rest-client/2.1.0') // => true
omrilotan commented 7 months ago

Thank you. I can address this use case tomorrow and release patches

omrilotan commented 7 months ago

Please see https://github.com/omrilotan/isbot/pull/233

omrilotan commented 7 months ago

Resolved in 4.1.1. Updating from version 3? Please see migration instructions