We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
config.api_server_url = 'https://www.recaptcha.net/recaptcha/api.js'