recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

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

Open dellch opened this issue 3 years ago • 3 comments

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 with
  • After that, apply the same to everywhere else that uses "www.google.com/recaptcha/" on your site.

dellch avatar Oct 24 '22 22:10 dellch

Actually, now I'm looking at lib/recaptcha/configuration.rb, and it looks like this is the default URL.

Perhaps there is some other issue preventing some users in china from seeing the recaptcha box. Any suggestions?

dellch avatar Oct 24 '22 22:10 dellch

no idea ... we switched to www.recaptcha.net to prevent these kind of issues, but maybe it's blocked now too

best ask someone in china to review reachability

grosser avatar Oct 24 '22 22:10 grosser

no idea ... we switched to www.recaptcha.net to prevent these kind of issues, but maybe it's blocked now too

best ask someone in china to review reachability

same... some of my users cannot access. I am a Chinese developer. Actually, most users can access recaptcha.net, but some users have such problems, which may mean that the domain name will be completely blocked in the future.

image

qianjiachun avatar Feb 09 '23 09:02 qianjiachun