diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:57:49 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:57:49 +0800 |
commit | 1a53e8b71084c1bbbbed2fc19c6942c996c6c277 (patch) | |
tree | c3daae9e3bf4178d2aba0e346cb520436d84617d | |
parent | Use pre instead of a bad input field (diff) | |
download | powxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.tar.gz powxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.tar.zst powxy-1a53e8b71084c1bbbbed2fc19c6942c996c6c277.zip |
README.md: Note that the current JS solver requires WebAssembly
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |