diff options
author | Maximilian Hils <git@maximilianhils.com> | 2018-01-01 17:18:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 17:18:30 +0100 |
commit | 68c32d8627200b505036107277b39dcd876edb81 (patch) | |
tree | d4542842dfdf3fedc8fe176129e34b5ff1debd97 | |
parent | e117f4d54c1cfac2c1299c64cfd70ae55a8fd74a (diff) | |
download | mitmproxy-68c32d8627200b505036107277b39dcd876edb81.tar.gz mitmproxy-68c32d8627200b505036107277b39dcd876edb81.tar.bz2 mitmproxy-68c32d8627200b505036107277b39dcd876edb81.zip |
docs: minor improvements
-rw-r--r-- | docs/features/passthrough.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/passthrough.rst b/docs/features/passthrough.rst index dbaf3506..91fcb9b6 100644 --- a/docs/features/passthrough.rst +++ b/docs/features/passthrough.rst @@ -38,7 +38,7 @@ There are two important quirks to consider: - **In transparent mode, the ignore pattern is matched against the IP and ClientHello SNI host.** While we usually infer the hostname from the Host header if the ``--host`` argument is passed to mitmproxy, we do not have access to this information before the SSL handshake. If the client uses SNI however, then we treat the SNI host as an ignore target. -- **In regular mode, explicit HTTP requests are never ignored.** [#explicithttp]_ The ignore pattern is +- **In regular and upstream proxy mode, explicit HTTP requests are never ignored.** [#explicithttp]_ The ignore pattern is applied on CONNECT requests, which initiate HTTPS or clear-text WebSocket connections. Tutorial |