Closed ccamel closed 4 years ago
This PR adds reCaptcha support as an additional security layer against unwanted / spam form submission.
This is a fairly straighforward implementation which verifies the challenge code in the g-recaptcha-response POST parameter, if available.
g-recaptcha-response
Feel free to make any comment on this one. 😌
yo, Well done, this is a great improvment on security to prevent spams/scam mails. Let me test this on my side before merging it.
@rchakode I agree! I've made the change in that way. 😌 Thanks.
This PR adds reCaptcha support as an additional security layer against unwanted / spam form submission.
This is a fairly straighforward implementation which verifies the challenge code in the
g-recaptcha-response
POST parameter, if available.Feel free to make any comment on this one. 😌