DieSchittigs / recaptcha-bundle

reCAPTCHA replacement for Contao 4
ISC License
7 stars 6 forks source link

reCAPTCHA v3 Support #3

Closed padarom closed 5 years ago

padarom commented 5 years ago

https://developers.google.com/recaptcha/docs/v3

reCAPTCHA v3 is designed to work completely without user disruption. It does however not simply tell you if it thinks users are bots or if they aren't. Instead it gives you a score between 0 to 1 to how likely it is for the user to be a bot.

For v3 support there needs to be additional configuration for the score the user needs to get before he is considered human.

padarom commented 5 years ago

Ideally we'd want to allow site administrators to enable reCAPTCHA v3 even on pages without any forms as they could track user interaction for training purposes and decide on a better threshold for their forms.

At that point Google reCAPTCHA works like a tracker however, so similarly to Google Analytics it would have data security implications and needs to be specified in GDPR declarations.

padarom commented 5 years ago

v1.2.0 is released :tada: