AndrejZbin / django-hcaptcha

Django hCaptcha provides a simple way to protect your django forms using hCaptcha
BSD 3-Clause "New" or "Revised" License
32 stars 11 forks source link

Make responsive by default #2

Open 9mido opened 3 years ago

9mido commented 3 years ago

Currently, the user needs to figure out on their own how to make the hcaptcha widget/iframe responsive. Perhaps this should be built in by default? Please make it follow content security guidelines and do not make inline style/script changes if deciding to do this.

Note that bounding the checkbox to a button instead would solve the problem of responsiveness of the checkbox iframe. But what if users do not want to do that and keep the checkbox?

Then there is nocaptcha which is hcaptcha's version of Google's ReCAPCTHA v3. Not sure if this package has that built in since it costs $. There is entirely passive (just a score) and "mostly passive" (only a small % of users are challenged).

https://docs.hcaptcha.com/invisible