From 0b54484b633ab3503caa492a0fc5ee3b0bcd13ea Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:28:44 +0200 Subject: [PATCH] docs: remove auth implementation detail from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd2319..3c27e70 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ with InvisiblePlaywright(proxy=proxy) as browser: ... ``` -Schemes supported: `socks5`, `socks4`, `http`, `https`. Auth works on all of them (SOCKS5 via patched `nsProtocolProxyService.cpp`, HTTP/HTTPS via Playwright). DNS is routed through the proxy by default, no local leak. +Schemes supported: `socks5`, `socks4`, `http`, `https`. DNS is routed through the proxy by default, no local leak. ### Timezone