Commit 1498aa41 authored by Daniel Stone's avatar Daniel Stone

Use globally-available reCAPTCHA source

As google.com over HTTPS is not available in China and other countries
with large blocks, use reCAPTCHA from recaptcha.net per this FAQ:

https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
parent 09d9b115
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
data() { data() {
return { return {
script: {}, script: {},
scriptSrc: 'https://www.google.com/recaptcha/api.js', scriptSrc: 'https://www.recaptcha.net/recaptcha/api.js',
}; };
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment