captcha
captcha copied to clipboard
Serve it using secure_url() not url()
When generate captcha image source, use secure_url()
helper function because url()
will give CSP error in new browsers (HTTPS over HTTP)