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.