From 1a53e8b71084c1bbbbed2fc19c6942c996c6c277 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 20:57:49 +0800 Subject: README.md: Note that the current JS solver requires WebAssembly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0ce339..19c4501 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ HMAC, and is redirected to request the page again, this time with the necessary cookie to pass the validation. JavaScript is provided to automatically solve the challenge without user -interaction. Clients that do not run JavaScript need to solve the challenge -externally, e.g. via the C program provided near the HTML form, and submit -their nonce manually. +interaction; the current solver requires WebAssembly. Clients that do not run +JavaScript need to solve the challenge externally, e.g. via the C program +provided near the HTML form, and submit their nonce manually. ## Contribute -- cgit v1.2.3