diff --git a/html/index.html b/html/index.html index fd70009..0777381 100644 --- a/html/index.html +++ b/html/index.html @@ -236,6 +236,7 @@ var it = 0; var start = Date.now(); const challengeNonce = "{{ tl:text challengeNonce }}"; + const challengeTimestamp = "{{ tl:text challengeTimestamp }}"; const difficulty = parseInt("{{ tl:text challengeDifficulty }}"); const challengeSig = "{{ tl:text challengeSignature }}"; const challengeFingerprint = "{{ tl:text challengeFingerprint }}"; @@ -267,7 +268,8 @@ solution: it, difficulty: difficulty, sig: challengeSig, - fingerprint: challengeFingerprint + fingerprint: challengeFingerprint, + timestamp: challengeTimestamp }); fetch("/checkpoint/challenge", diff --git a/html/index.min.html b/html/index.min.html index 1b232ef..8c3c231 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.