no-captcha icon indicating copy to clipboard operation
no-captcha copied to clipboard

Please Add Global Support - Here's how.

Open Ratstang opened this issue 5 years ago • 2 comments

reCaptcha is blocked in many countries due to Google's domain being blocked. (China being an example.) When google is blocked the users never see the captcha show up, so they can't get past the Captcha validation. This restricts what users can use/register to your site.

One solution that seems to be easy fix is right in Googles docs: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally

Simply replace: https://www.google.com/recaptcha/api.js with https://www.recaptcha.net/recaptcha/api.js

Looking at your source you would only have to change line 10 and 11 of NoCaptcha.php to allow Global usage. Possibly you could put this as an optional feature in the config file, where users can easily switch between the two?

Ratstang avatar Jul 12 '19 01:07 Ratstang

+1 this, very smart discovery... simple thing but can have an impact

boooyu44 avatar Sep 15 '19 01:09 boooyu44

+1 please

cdrum avatar Mar 25 '20 01:03 cdrum