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

Disable rtt detector #98

Closed xnerhu closed 1 year ago

xnerhu commented 1 year ago

navigator.rtt is not a reliable standalone source of information. Because of multiple false positives and no other way to fix this, I decided to disable it until I found a better solution.

Ref #90 and #69