fingerprintjs / BotD

Bot detection library that runs in the browser. Detects automation tools and frameworks. No server required, runs 100% on the client. MIT license, no usage restrictions.
https://fingerprintjs.github.io/BotD/main/
MIT License
957 stars 77 forks source link

Investigate and fix false positives #83

Closed xnerhu closed 1 year ago

xnerhu commented 1 year ago

Refs:

TODO:

LKNSI commented 1 year ago

https://phantom.app/ is setting off false alarms, given that the text search is looking for phantom explicitly.

Phantom uses window.phantom. I'm not immediately sure about how you can make a distinction, but it's something that's being flagged right now.

10maurycy10 commented 1 year ago

It also flags ungoogled-chromium as a bot.

xnerhu commented 1 year ago

Ref #90

xnerhu commented 1 year ago

It also flags ungoogled-chromium as a bot.

I can't replicate this. Would you send me logs from our playground page?

I tested on the latest versions for both Win64 and MacOS ARM

xnerhu commented 1 year ago

Closing. @10maurycy10 if you have any more false positives, please create another issue.