aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowlist.py
diff options
context:
space:
mode:
authorMarcelo Glezer <mg@tekii.com.ar>2015-02-05 10:36:30 -0300
committerMarcelo Glezer <mg@tekii.com.ar>2015-02-05 10:36:30 -0300
commita86446e2040aa0daadb80b63a33f6af204a2b64d (patch)
tree108afd2e3d1a4641cf585cece273c71b2e2e47aa /libmproxy/console/flowlist.py
parent82d8c93261c6efe8314e68a34070ce960f308972 (diff)
parent965cfffa5ec5bb2b395a8445027e5020272a18ed (diff)
downloadmitmproxy-a86446e2040aa0daadb80b63a33f6af204a2b64d.tar.gz
mitmproxy-a86446e2040aa0daadb80b63a33f6af204a2b64d.tar.bz2
mitmproxy-a86446e2040aa0daadb80b63a33f6af204a2b64d.zip
Merge remote-tracking branch 'base/master' into feature-334
Diffstat (limited to 'libmproxy/console/flowlist.py')
-rw-r--r--libmproxy/console/flowlist.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/libmproxy/console/flowlist.py b/libmproxy/console/flowlist.py
index fa430fdd..fbcf1052 100644
--- a/libmproxy/console/flowlist.py
+++ b/libmproxy/console/flowlist.py
@@ -124,14 +124,16 @@ class ConnectionItem(common.WWrap):
[i.copy() for i in self.master.state.view],
self.master.killextra, self.master.rheaders,
False, self.master.nopop,
- self.master.options.replay_ignore_params, self.master.options.replay_ignore_content
+ self.master.options.replay_ignore_params, self.master.options.replay_ignore_content,
+ self.master.options.replay_ignore_payload_params
)
elif k == "t":
self.master.start_server_playback(
[self.flow.copy()],
self.master.killextra, self.master.rheaders,
False, self.master.nopop,
- self.master.options.replay_ignore_params, self.master.options.replay_ignore_content
+ self.master.options.replay_ignore_params, self.master.options.replay_ignore_content,
+ self.master.options.replay_ignore_payload_params
)
else:
self.master.path_prompt(