diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2016-07-14 11:24:06 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2016-07-14 11:24:06 +1200 |
| commit | 143bf0dfa9138a4340287d636bb68648665b3829 (patch) | |
| tree | 836dd5e79ed38b638a919133cbe95e61b52a2736 /mitmproxy/dump.py | |
| parent | 6e7b86cd82dd9b379b0a57d423bbdcd74ba47256 (diff) | |
| download | mitmproxy-143bf0dfa9138a4340287d636bb68648665b3829.tar.gz mitmproxy-143bf0dfa9138a4340287d636bb68648665b3829.tar.bz2 mitmproxy-143bf0dfa9138a4340287d636bb68648665b3829.zip | |
AntiCache to addon
Diffstat (limited to 'mitmproxy/dump.py')
| -rw-r--r-- | mitmproxy/dump.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mitmproxy/dump.py b/mitmproxy/dump.py index f69e3777..b953d131 100644 --- a/mitmproxy/dump.py +++ b/mitmproxy/dump.py @@ -63,8 +63,6 @@ class DumpMaster(flow.FlowMaster): self.addons.add(*builtins.default_addons()) self.outfile = outfile self.o = options - self.anticache = options.anticache - self.anticomp = options.anticomp self.showhost = options.showhost self.replay_ignore_params = options.replay_ignore_params self.replay_ignore_content = options.replay_ignore_content |
