diff options
| author | Aldo Cortesi <aldo@corte.si> | 2016-07-14 11:10:53 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-14 11:10:53 +1200 |
| commit | 711196592d3c4d562739a30819fa7c5b76cbdd14 (patch) | |
| tree | 0abe75497598fb0bf724fbe12af50bde5381c618 /mitmproxy/dump.py | |
| parent | 07c3f90c5b502850ce963f1c1e931bfb7b9361ec (diff) | |
| parent | a8a083a10d09509be8f39fb4463a857e0d3e2eeb (diff) | |
| download | mitmproxy-711196592d3c4d562739a30819fa7c5b76cbdd14.tar.gz mitmproxy-711196592d3c4d562739a30819fa7c5b76cbdd14.tar.bz2 mitmproxy-711196592d3c4d562739a30819fa7c5b76cbdd14.zip | |
Merge pull request #1349 from cortesi/addons
Addons: StickyAuth
Diffstat (limited to 'mitmproxy/dump.py')
| -rw-r--r-- | mitmproxy/dump.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mitmproxy/dump.py b/mitmproxy/dump.py index cf7aa5c9..f69e3777 100644 --- a/mitmproxy/dump.py +++ b/mitmproxy/dump.py @@ -87,9 +87,6 @@ class DumpMaster(flow.FlowMaster): if options.stickycookie: self.set_stickycookie(options.stickycookie) - if options.stickyauth: - self.set_stickyauth(options.stickyauth) - if options.outfile: err = self.start_stream_to_path( options.outfile[0], |
