-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GDPR compliant captcha integration #1306
Comments
@AndyButland are there any considerations regarding this at the moment? We have a project where Google reCAPTCHA v3 isn't an option. We tried the Honeypot technique https://marketplace.umbraco.com/package/our.umbraco.honeypot , but bots/crawlers are too smart nowadays and can bypass this. It helped somewhat, but not much :) |
Nothing currently, but thanks for putting in on the radar. The out-of-the-box reCAPTCHAs are custom fields, and could be that some of these other offerings could be provided in a similar way. |
@AndyButland we implemented Turnstile using implicit rendering. It has been very affective for now and more than reCAPTCHA v3 on other projects, which has still received spams with default score threshold at 0.5 Besides that Turnstile is GDPR compliant. which reCAPTCHA v3 isn't. |
Google reCAPTCHA is a great option to prevent spam through Umbraco Forms, unfortunately it isn't GDPR compliant of this time writing.
I found these options:
https://friendlycaptcha.com/
https://www.captcha.eu/
https://www.hcaptcha.com/
https://altcha.org/ (API or self-hosted).
https://altcha.org/docs/gdpr/
https://www.cloudflare.com/products/turnstile/
https://blog.cloudflare.com/turnstile-ga/
Turnstile could perhaps make sense to have an integration for as Cloudflare is used on Umbraco Cloud. There are some examples here: https://github.com/cloudflare/turnstile-demo-workers/blob/main/src/explicit.html#L74-L85
The text was updated successfully, but these errors were encountered: