aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/window.ts
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-04-07 03:16:18 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-06-06 03:09:27 +0000
commitcf0cd1cd8838f402502d89ea2055caaaa8a866b5 (patch)
tree67a4f286281d78b834f6ae014a82ec825effec3e /webAO/dom/window.ts
parent31275da317fd58739974ac49c995bca2f7dbcc08 (diff)
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.
Diffstat (limited to 'webAO/dom/window.ts')
-rw-r--r--webAO/dom/window.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts
index ac43a0a..6fbbf14 100644
--- a/webAO/dom/window.ts
+++ b/webAO/dom/window.ts
@@ -55,7 +55,6 @@ declare global {
onOOCEnter: (_event: any) => void;
kickPlayer: (id: number) => void;
banPlayer: (id: number) => void;
- hcallback: (_event: any) => void;
}
}
export {};