diff --git a/html/index.html b/html/index.html index d459ad3..5e410b9 100644 --- a/html/index.html +++ b/html/index.html @@ -286,10 +286,7 @@ ).then((res) => { if (res.status == 200) { console.log("Got token."); - const json = res.json().then((parsed) => { - document.cookie = "CheckpointToken=" + parsed.token + "; path=/"; - window.location.reload(); - }); + window.location.reload(); } else console.log("Server error"); }); diff --git a/html/index.min.html b/html/index.min.html index 02585ec..41c7bd3 100644 --- a/html/index.min.html +++ b/html/index.min.html @@ -1,2 +1,2 @@
STOP!
Verifying that you are not a bot. This might take a short moment.
You do not need to do anything.
Why am I seeing this?
This website protects itself from AI bots and scrapers by asking you to complete a cryptographic challenge before allowing you entry.