"Many developers vastly over-estimate the likelihood of customized spam." I run 100s of small random low traffic low priority sites. Without some form of form control, the ALL get hit with customized and random other crap spam. I don't have decent experience with many things in life, but I can say this is one topic I have YEARS of experience with. I've never over-estimated the amount of any type of spam any form can…
You probably don’t need ReCAPTCHA
161–170 of 246 posts
Re: You probably don’t need ReCAPTCHA
#162I found that some uncustomized spambots are able to solve simple math challenges like this one.
And the color question is bad for accessibility.
Many of the suggested alternatives are also terrible for accessibility, because they require solving a visual puzzle, without an audio alternative.
Re: You probably don’t need ReCAPTCHA
#163Earlier quoted context omitted.
"all their data" is a bit much, isn't it? ReCAPTCHA gives Google exactly one datum, namely the user's visit to the one page it is on. And I would even hazard a guess that the TOS specify that Google will not retain/link that information, considering that's how Analytics is run.
No, that's how it used to be. Now with ReCaptcha v3 the recommend you load it on all your pages, not just the forms you are trying to protect, so they can predict friend vs foe more accurately.
Re: You probably don’t need ReCAPTCHA
#164Earlier quoted context omitted.
For 20$ you can solve a few million ReCAPTCHA's using Buster and a paid-for STT engine. Atm Buster works about 95% of the time, so you'd see significant amounts of spam even with ReCAPTCHA.
I'd love to pay $20 for a firefox extension that makes this problem go away. I use lots of privacy extensions on Firefox, and those Captchas are annoying as hell. Tor is even worse. Can you please provide a few ready-to-use links?
You can pay for Azure and other STT engines to solve it for you an dthe results are usually a bit better.
Re: You probably don’t need ReCAPTCHA
#165Earlier quoted context omitted.
and you don’t think that will be quickly used to make a tool to break the captchas?
No. You cycle through new types of challenges that the model can't solve yet. For example, one week of stop-sign recognition, another week of pedestrian labeling, etc.
Re: You probably don’t need ReCAPTCHA
#166Earlier quoted context omitted.
How the hell do they get people to open up their home computer to be used this way?
Users of free mobile apps (mostly games) are offered the option of allowing use of their devices as proxies as an alternative to being interrupted by ads. https://luminati.io/faq
Re: You probably don’t need ReCAPTCHA
#167"Many developers vastly over-estimate the likelihood of customized spam." I run 100s of small random low traffic low priority sites. Without some form of form control, the ALL get hit with customized and random other crap spam. I don't have decent experience with many things in life, but I can say this is one topic I have YEARS of experience with. I've never over-estimated the amount of any type of spam any form can…
It's a small site, footfall in the 10s, so maybe that's the reason.
Re: You probably don’t need ReCAPTCHA
#168Re: You probably don’t need ReCAPTCHA
#169Earlier quoted context omitted.
Disabling autocomplete is user-hostile and additionally should be considered a security flaw. It makes it harder to use password managers.
You can disable a single input field from autocomplete `autocomplete="off"`
Huge pain
Re: You probably don’t need ReCAPTCHA
#170If I know my email address and password I should be able to login without being logged in to Google as well ...