Update recaptcha's host (#7132)
Changed to recaptcha.net because google.com are blocked in some region
This commit is contained in:
parent
bce65e2140
commit
7fc3e7dd8b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default defineComponent({
|
||||||
src() {
|
src() {
|
||||||
const endpoint = ({
|
const endpoint = ({
|
||||||
hcaptcha: 'https://hcaptcha.com/1',
|
hcaptcha: 'https://hcaptcha.com/1',
|
||||||
grecaptcha: 'https://www.google.com/recaptcha',
|
grecaptcha: 'https://www.recaptcha.net/recaptcha',
|
||||||
} as Record<PropertyKey, unknown>)[this.provider];
|
} as Record<PropertyKey, unknown>)[this.provider];
|
||||||
|
|
||||||
return `${typeof endpoint == 'string' ? endpoint : 'about:invalid'}/api.js?render=explicit`;
|
return `${typeof endpoint == 'string' ? endpoint : 'about:invalid'}/api.js?render=explicit`;
|
||||||
|
|
Loading…
Reference in a new issue