recaptcha
recaptcha copied to clipboard
PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
An example use case is that a site might want to verify an user getting a low score from V3 with V2.
**Issue description** PHP 8.1 deprecations are being triggered. ``` Deprecated: strcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated ``` In our case it happens, when we...
https://privacypass.github.io/
"reCAPTCHA" in `aria-label` and `title` attributes reads "Re-C A P T C H A" using a screen reader. It'd read a lot better if it was changed to lowercase, e.g....
**Issue description** **Environment** * OS name and version: * PHP version: * Web server name and version: * `google/recaptcha` version: * Browser name and version: **Reproducing the issue** * URL...
Checking `isset` on $_POST['g-recaptcha-response'] always passed for me locally on PHP 8.0.14. Changing to `!empty` actually failed when recaptcha was unchecked, which is the expected behavior. Don't know if this...
Not sure if this is the right place to post this, but reCaptcha is seeing motorcycles as bicycles. 
**Summary**: When initiated from a mobile webview, we're seeing the recaptcha image challenge getting cut off, hiding the submit button. This appears to be happening for some phone models and...
**Issue description** Issue type -- SameSite cookie /recaptcha/api.js?render=…(www.google.com) …api2/anchor?ar=…(www.google.com) …api2/webworker.js?hl=en&v=-FJgYf1d3…(www.google.com) …api2/bframe?hl=en&v=-FJgYf1d3…&k=6Lcq_iMaA…(www.google.com) …api2/reload?k=6Lcq_iMaA…(www.google.com) **Environment** * OS name and version: windows 11 * PHP version: php7 * Web server name and version:...
I've been using recaptcha v3 for a couple of months now and all went smoothly, but recently the recaptcha keeps returning 0.1 or 0.3 and the requests are coming from...