aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-10 14:53:31 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-10 14:53:31 +0200
commit051d2472407c1dc1e6c2b88a00be04fe77da8919 (patch)
treedaec6d822a65d9e9747a69a692fd608419cc8e0a /README.md
parentf8dedf60638bffde3f92116db3f418d2e6260e80 (diff)
parentd9441412a6052e5fb057d01b745208070f8bdfd4 (diff)
downloadbrowser-extension-051d2472407c1dc1e6c2b88a00be04fe77da8919.tar.gz
browser-extension-051d2472407c1dc1e6c2b88a00be04fe77da8919.zip
merge support for CORS bypassing and eval()
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2458989..07bb93a 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ make test-prepare
python3 -m pytest -vv -k popup
```
-As of Haketilo 1.0-beta1 some tests may spuriously fail. This is the result it being notoriously difficult to avoid some weirdnesses when driving Firefox using Selenium. To make sure a failed test is not the result of some more serious bug, you might want to rerun the test suite.
+As of Haketilo 1.0 some tests may spuriously fail. This is the result it being notoriously difficult to avoid some weirdnesses when driving Firefox using Selenium. To make sure a failed test is not the result of some more serious bug, you might want to rerun the test suite.
### Setting up an environment for manual testing