From cf0cd1cd8838f402502d89ea2055caaaa8a866b5 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Tue, 7 Apr 2026 03:16:18 +0000 Subject: Remove defunct CAPTCHA The hCaptcha integration has been abandoned for a while. It added yet another questionable third-party API (which also set a Cloudflare cookie), and its effectiveness is unclear considering its client-side nature. A custom CAPTCHA implementation (such as PoW challenge) is an interesting prospect, but it'll require proper server-side support. --- public/client.html | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) (limited to 'public') diff --git a/public/client.html b/public/client.html index 490715f..60b7c0d 100644 --- a/public/client.html +++ b/public/client.html @@ -36,13 +36,12 @@ @@ -105,20 +104,6 @@

Loading

-

Choose your character

-- cgit