From d0e2a03da5a5d4db8a6bbe8182398e651ecf1678 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 27 Aug 2025 09:30:43 +0200 Subject: [PATCH] README: proxy support is ready --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f39bfc..cf770870 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Here are the key features we have implemented: - [x] Input form - [x] Cookies - [x] Custom HTTP headers -- [ ] Proxy support +- [x] Proxy support - [ ] Network interception NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.