Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17060

Use Google reCAPTCHA globally

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • None
    • Authentication, Login
    • 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.

            Unassigned Unassigned
            wordlesswind wordlesswind [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: