diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-20 12:10:24 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-20 13:39:10 +0200 |
commit | 013635f178f982fbbe5b65b7af8205e27097c2e6 (patch) | |
tree | 9a71e289b6e16ff24f9db08824406406ed5ddb9e | |
parent | b5b64fd46c75aaa0e9b2d4df432883a64c67d293 (diff) | |
download | cors-bypass-1.0.tar.gz cors-bypass-1.0.zip |
update READMEv1.0
-rw-r--r-- | README.txt | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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. |