-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
phpBB uses Google reCAPTCHA as one of the authentication means, but the default Google reCAPTCHA domain name www.google.com is not available in some regions, such as Chinese mainland.
To solve this problem, Google offers an alternative solution: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
Yes, please use "www.recaptcha.net" in your code in circumstances when "www.google.com" is not accessible.
|
|
First, replace <script src="https://www.google.com/recaptcha/api.js" async defer></script> with <script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script>
|
|
After that, apply the same to everywhere else that uses "www.google.com/recaptcha/" on your site.
|
- duplicates
-
PHPBB-16105 Use "global" reCAPTCHA domain to circumvent blocking in some countries
- Unverified Fix