Commit 64fc7c1b authored by Stan Hu's avatar Stan Hu

Merge branch 'use-global-recaptcha-source' into 'master'

Use globally-available reCAPTCHA source

Closes #56375

See merge request gitlab-org/gitlab-ce!24390
parents 941f95ec 1498aa41
......@@ -19,7 +19,7 @@ export default {
data() {
return {
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