diff options
Diffstat (limited to 'README.txt')
-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. |