You can also shorten the timeout on the captcha. A common captcha bypass method is to get the captcha for some site, use it as a captcha on some site you run, and use that response on the one you’re trying to bypass.
One thing that can help is to disguise and indirect the captcha. Put a fake response field in with nearly zero screen size, with the name ‘Captcha response’, that an automatic captcha bypass could put its response into, and then have an ‘inappropriately’ named but properly placed field immediately after, that people will actually see.
The LW trivia is of course a better solution, but this one is much easier to implement—just a few static HTML fragments here and there.
You can also shorten the timeout on the captcha. A common captcha bypass method is to get the captcha for some site, use it as a captcha on some site you run, and use that response on the one you’re trying to bypass.
One thing that can help is to disguise and indirect the captcha. Put a fake response field in with nearly zero screen size, with the name ‘Captcha response’, that an automatic captcha bypass could put its response into, and then have an ‘inappropriately’ named but properly placed field immediately after, that people will actually see.
The LW trivia is of course a better solution, but this one is much easier to implement—just a few static HTML fragments here and there.