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

Use globally-available reCAPTCHA source

Closes #56375

See merge request gitlab-org/gitlab-ce!24390
This commit is contained in:
Stan Hu 2019-01-16 19:29:08 +00:00
commit 64fc7c1bce
1 changed files with 1 additions and 1 deletions

View File

@ -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',
};
},