aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-05-26 14:55:16 +0200
committerWojtek Kosior <koszko@koszko.org>2022-05-26 14:55:16 +0200
commit8bdb22d2ca4545ebc6bc39eb3f2447cdbcafd324 (patch)
tree3944c446971ca6b900ab072122fdcdee580db733 /README.txt
downloadhacktcha-8bdb22d2ca4545ebc6bc39eb3f2447cdbcafd324.tar.gz
hacktcha-8bdb22d2ca4545ebc6bc39eb3f2447cdbcafd324.zip
initial commit
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..b03cee4
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,17 @@
+A work-in-progress libre JS-based client for Google reCAPTCHA.
+
+See: https://hydrillabugs.koszko.org/projects/haketilo/wiki/Roadmap#5-Development-of-a-user-controlled-captcha-client-107
+
+TODO:
+* Improve the demo script to re-run captcha in case our final token expires and
+ to intelligently enable/disable form submission.
+* Add support for dependencies of mappings on other mappings in
+ Hydrilla&Haketilo.
+* Craft an index.json.
+* Make this client harder to distinguish from the original one:
+ - Currently we're not sending some values that I have not yet figured out how
+ to produce.
+ - Currently we're possibly missing some delays that the original client does
+ introduce.
+* Add links to Google's Privacy Policy and ToS.
+* Make automated tests.