Open tkwidmer opened 10 years ago
previous conversation #128
and #97
So what are the open source options? Please don't say Captcha. :wink:
Not sure, and yeah want to stay away from Captcha.
As a note, I cleaned up old spam entries this morning.
Not open-source but Google just released 'No CAPTCHA': http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html
Seems neat!
Just adding a note, that this would be incredibly helpful for the contact form. We get a lot of spam
How about using Invisible Captcha? It is Open Source and uses the honeypot Princible.
@hendrixfan that could be a good idea! Probably better than having to get ReCaptcha over the network! That's one of the least-performant aspects I noticed of the site, mostly in terms of latency/full-page load-time. I think the ReCaptcha code is also pretty large over the network next to other things users don't have to re-download once they've cached a part of the site once (after the first page visit).
We recently did finally add ReCaptcha, but it could be good to replace it with this open-source solution. cc @mi-wood curious if this open-source alternative looks good enough, or if there'd still be too much spam? As I know you've been the one to deal with the spam the most.
@backspace implemented Akismet to cut down on the amount of spam we were receiving. But it is not open source / free software. So we want to switch to an open source solution in the future.