Skip to content

Making Recaptcha work with requests from China

Liberman edited this page Jul 16, 2018 · 1 revision

google.com is blocked in China, but we still want Recaptcha to work.

https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally

I found that simply setting config.api_server_url = 'https://www.recaptcha.net/recaptcha/api.js' will do the trick.