Skip to content
Snippets Groups Projects
Unverified Commit 7fc3e7dd authored by 天王州アテネ's avatar 天王州アテネ Committed by GitHub
Browse files

Update recaptcha's host (#7132)

Changed to recaptcha.net because google.com are blocked in some region
parent bce65e21
Loading
......@@ -57,7 +57,7 @@ export default defineComponent({
src() {
const endpoint = ({
hcaptcha: 'https://hcaptcha.com/1',
grecaptcha: 'https://www.google.com/recaptcha',
grecaptcha: 'https://www.recaptcha.net/recaptcha',
} as Record<PropertyKey, unknown>)[this.provider];
return `${typeof endpoint == 'string' ? endpoint : 'about:invalid'}/api.js?render=explicit`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment