-
-
Notifications
You must be signed in to change notification settings - Fork 65
How can we protect against sitekey abuse? #71
Description
Hi,
We decided to choose FriendlyCaptcha for a current project and are so far very happy, integrates really well!
We also discovered that the request limit counts towards client-side puzzle requests. Initially we thought this limit would apply against server-side validation. It would be cool to explain this limit or just call it "limit of puzzle requests" in the docs, as it is called in the account usage stats 😺
I thought it would be server-wise, so that we can block malicious/suspicious clients after a failed validation and don't use up all our requests client-side.
Now that this is not possible, we are trying to limit the possibility of bots using up all our requests / month in some other way.
What prevents crawlers or bots from requesting a puzzle? Is there any protection against this, which I don't see at the moment? We are using the javascript API and solve the puzzle on page load, so that we can protect our site with an invisible captcha.
Thanks for the cool tool!