bakape / captchouli

booru-backed procedurally-generated anime image captcha library and server
GNU Affero General Public License v3.0
159 stars 4 forks source link

Time limited captcha #29

Closed Chiiruno closed 4 years ago

Chiiruno commented 4 years ago

Prevents googling the name. Also having more than say 6 captchas go past the time limit would trigger ban, but that might be a meguca issue. Anyway, two ways to fail, user fail and time limit fail, user fail is normal limit, time limit is normal times 2 perhaps.

bakape commented 4 years ago

Don't see this working, as there is no guarantee a user will try to solve a captcha right after rendering one.

On Tue, 15 Oct 2019 at 21:01, チルノ notifications@github.com wrote:

Prevents googling the name. Also having more than say 6 captchas go past the time limit would trigger ban, but that might be a meguca issue. Anyway, two ways to fail, user fail and time limit fail, user fail is normal limit, time limit is normal times 2 perhaps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bakape/captchouli/issues/29?email_source=notifications&email_token=AB347MDT2VSZ7I2PJIXDAKLQOYAQJA5CNFSM4JBABYY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HR6IUNA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB347MDFPGQVYB3OGFISEJTQOYAQJANCNFSM4JBABYYQ .

Chiiruno commented 4 years ago

Good point.