aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 20:57:49 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 20:57:49 +0800
commit1a53e8b71084c1bbbbed2fc19c6942c996c6c277 (patch)
treec3daae9e3bf4178d2aba0e346cb520436d84617d
parentUse pre instead of a bad input field (diff)
downloadpowxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.tar.gz
powxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.tar.zst
powxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.zip
README.md: Note that the current JS solver requires WebAssembly
-rw-r--r--README.md6
1 files 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