mbi / django-simple-captcha

Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
http://django-simple-captcha.readthedocs.io/en/latest/
MIT License
1.38k stars 319 forks source link

Make "double resolution image" optional #195

Closed mjnaderi closed 3 years ago

mjnaderi commented 3 years ago

Hi,

There was no documentation about the double resolution image feature. This PR adds an option for it and adds it to the documentation.

In my use case, I think double resolution image can make things easier for bots to break the captcha. I want to disable this feature.

mbi commented 3 years ago

Thank you!