diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-01-20 11:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 11:25:48 +0100 |
commit | 66fe6530631bae9371401f5a86cf4be797107e5c (patch) | |
tree | b97ecf2281ae045b3412c19f2149bb67ae80ea57 /docs/src/content | |
parent | ec4109174890641dd85c54f811a60f78c89ec7d1 (diff) | |
parent | 34ab180bad10ff68bcbd821c1136cbf568228e04 (diff) | |
download | mitmproxy-66fe6530631bae9371401f5a86cf4be797107e5c.tar.gz mitmproxy-66fe6530631bae9371401f5a86cf4be797107e5c.tar.bz2 mitmproxy-66fe6530631bae9371401f5a86cf4be797107e5c.zip |
Merge pull request #3789 from mprencipe/issue-3775
Fix broken link with link to similar addon. This fixes issue #3775.
Diffstat (limited to 'docs/src/content')
-rw-r--r-- | docs/src/content/tute-clientreplay.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/src/content/tute-clientreplay.md b/docs/src/content/tute-clientreplay.md index 1bf69031..275edfe6 100644 --- a/docs/src/content/tute-clientreplay.md +++ b/docs/src/content/tute-clientreplay.md @@ -31,9 +31,8 @@ mitmdump -w wireless-login ## 2. Point your browser at the mitmdump instance. -I use a tiny Firefox addon called [Toggle -Proxy](https://addons.mozilla.org/en-us/firefox/addon/toggle-proxy-51740/) to -switch quickly to and from mitmproxy. I'm assuming you've already [configured +There is a Firefox addon called [FoxyProxy](https://addons.mozilla.org/fi/firefox/addon/foxyproxy-standard/) that +lets you switch quickly to and from mitmproxy. I'm assuming you've already [configured your browser with mitmproxy's SSL certificate authority]({{< relref "concepts-certificates" >}}). |