balatD / db_friendlycaptcha

A TYPO3 Extension that integrates FriendlyCaptcha
0 stars 6 forks source link

Support EU Puzzle Endpoint #5

Open amenk opened 1 year ago

amenk commented 1 year ago

Friendly Captcha provides in some plans a EU endpoint for better GDPR compatibility.

I think the current version of this module does not support the EU Puzzle endpoint. While it is possible to use the EU API by defining verify_server

We would need to add

in the HTML

https://github.com/balatD/db_friendlycaptcha/blob/8aa14a5d2c4241bc64b3aec22c00ae5366b067af/Resources/Private/Frontend/Partials/FriendlyCaptcha.html#L16

by introducing a second configuration variable.

amenk commented 1 year ago

data-puzzle-endpoint="https://eu-api.friendlycaptcha.eu/api/v1/puzzle"

would need to be added here (configurable)