This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Fixed variable token string (again)
DarkGhostHunter
released this
13 Jun 05:36
·
105 commits
to stable
since this release
Seems reCAPTCHA is very lenient on the token length. I've seen from 40 char to 360 char. Instead of validating the length of the token, the validation only checks if the token is a string. Whatever reCAPTCHA decides to use in the future, it should be covered.