Skip to content

Use www.recaptcha.net when www.google.com is not available? #422

@dellch

Description

@dellch

Is there a configuration option in the package to configure the url to be www.recaptcha.net instead of www.google.com?

This is in reference to this FAQ item on developers.google.com/recaptcha/docs/faq: Can I use reCaptcha globally?

The answer to the 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions