Update on page challenge to just reload after removing cookies

This commit is contained in:
Thomas Lynch
2023-12-14 23:33:23 +11:00
parent 7fc5efc82b
commit 5b709a5819
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ function clearCookiesForDomains(domain) {
document.cookie = `_basedflare_pow=; Max-Age=-9999999; Path=/; Domain=.${subdomain}`;
document.cookie = `_basedflare_captcha=; Max-Age=-9999999; Path=/; Domain=.${subdomain}`;
}
location.reload();
}
function postResponse(powResponse, captchaResponse) {