We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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'