I ve never really used turnstile so not
I've never really used turnstile so not sure but why would you want to allow failures through? At that point you might as well not use any captchas at all unless im misunderstanding
2 Replies
I think you misunderstand me. Turnstile should be able to give a yes or no result in something like 90% of cases. In ~10% of cases, it might not be able to decide. If I used the "managed" widget, it would show a checkbox that the user checks, and then the form can be submitted. In the invisible mode, there's no checkbox. So, if turnstile just decides that any of those marginal cases are bots and denies them, then real users will be locked out.
I'd rather that it err on the side of letting those marginal 10% through, while continuing to block the bots that it's certain about.
Ah I see interesting