aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-20 12:10:24 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-20 13:39:10 +0200
commit013635f178f982fbbe5b65b7af8205e27097c2e6 (patch)
tree9a71e289b6e16ff24f9db08824406406ed5ddb9e
parentb5b64fd46c75aaa0e9b2d4df432883a64c67d293 (diff)
downloadcors-bypass-013635f178f982fbbe5b65b7af8205e27097c2e6.tar.gz
cors-bypass-013635f178f982fbbe5b65b7af8205e27097c2e6.zip
update READMEv1.0
-rw-r--r--README.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index d4f74c7..91ed441 100644
--- a/README.txt
+++ b/README.txt
@@ -1,11 +1,8 @@
-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.
+A 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.
+This library requires Hydrilla builder >= 1.1 and Haketilo >= 2.0.