diff options
author | Massimo Prencipe <mprencipe@gmail.com> | 2020-01-19 23:08:57 +0200 |
---|---|---|
committer | Massimo Prencipe <mprencipe@gmail.com> | 2020-01-19 23:08:57 +0200 |
commit | 34ab180bad10ff68bcbd821c1136cbf568228e04 (patch) | |
tree | 487f16423b561c81f3faa2b02b3a39d11d0ef899 /docs | |
parent | 6e57d60f7d821998bf38323a2c0f881eecbbbaa8 (diff) | |
download | mitmproxy-34ab180bad10ff68bcbd821c1136cbf568228e04.tar.gz mitmproxy-34ab180bad10ff68bcbd821c1136cbf568228e04.tar.bz2 mitmproxy-34ab180bad10ff68bcbd821c1136cbf568228e04.zip |
Fix broken link with link to similar addon. This fixes issue #3775.
Diffstat (limited to 'docs')
-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" >}}). |