mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Minor typo of 'with'
This commit is contained in:
parent
3da40eaaa4
commit
e3c5505540
@ -82,7 +82,7 @@ Replace `foo` with `bar` in requests:
|
||||
:~q:foo:bar
|
||||
{{< / highlight >}}
|
||||
|
||||
Replace `foo` with with the data read from `~/xss-exploit`:
|
||||
Replace `foo` with the data read from `~/xss-exploit`:
|
||||
|
||||
{{< highlight bash >}}
|
||||
mitmdump --replacements :~q:foo:@~/xss-exploit
|
||||
@ -216,4 +216,4 @@ hostname. It also means that we don't need to sniff additional data to generate
|
||||
certs in transparent mode.
|
||||
|
||||
Upstream cert sniffing is on by default, and can optionally be turned off with
|
||||
the `upstream_cert` option.
|
||||
the `upstream_cert` option.
|
||||
|
Loading…
Reference in New Issue
Block a user