aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..d4f74c7
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,11 @@
+A work-in-progress library that implements a replacement fetch() function for
+use in Haketilo resources. The new function delegates requests to extension's
+background script. This allows some HTTP requests to be made that would normally
+violate CORS rules.
+
+See: https://hydrillabugs.koszko.org/projects/haketilo/wiki/Roadmap#5-Development-of-a-user-controlled-captcha-client-107
+
+TODO:
+* Add support for specifying permissions Hydrilla&Haketilo.
+* Craft an index.json.
+* Make automated tests.