From 7005bf248124c017a5571e47a9861839f3464c87 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 28 Aug 2025 17:18:42 +0200 Subject: [PATCH] README: check request interception --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf770870..492ebb80 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Here are the key features we have implemented: - [x] Cookies - [x] Custom HTTP headers - [x] Proxy support -- [ ] Network interception +- [x] 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.