diff options
author | Will <rev3ks@gmail.com> | 2019-10-15 11:59:42 -0600 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2019-10-15 19:59:42 +0200 |
commit | 45e3ae0f9cb50b0edbf4180fd969ea99d40bdf7b (patch) | |
tree | 6eb9fbf80def43c5f011fc36930497079f8e3073 | |
parent | 4e0598fb5a041f76a9a0973ffdf9cb4fcdb033f3 (diff) | |
download | mitmproxy-45e3ae0f9cb50b0edbf4180fd969ea99d40bdf7b.tar.gz mitmproxy-45e3ae0f9cb50b0edbf4180fd969ea99d40bdf7b.tar.bz2 mitmproxy-45e3ae0f9cb50b0edbf4180fd969ea99d40bdf7b.zip |
grammer correction (#3670)
-rw-r--r-- | docs/src/content/howto-ignoredomains.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/howto-ignoredomains.md b/docs/src/content/howto-ignoredomains.md index 902a17be..9a337eba 100644 --- a/docs/src/content/howto-ignoredomains.md +++ b/docs/src/content/howto-ignoredomains.md @@ -10,7 +10,7 @@ menu: There are two main reasons why you may want to exempt some traffic from mitmproxy's interception mechanism: -- **Certificate pinning:** Some traffic is is protected using [Certificate +- **Certificate pinning:** Some traffic is protected using [Certificate Pinning](https://security.stackexchange.com/questions/29988/what-is-certificate-pinning) and mitmproxy's interception leads to errors. For example, the Twitter app, Windows Update or the Apple App Store fail to work if mitmproxy is active. |