aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowlist.py
diff options
context:
space:
mode:
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 8a2d2b91..5d8ad942 100644
--- a/libmproxy/console/flowlist.py
+++ b/libmproxy/console/flowlist.py
@@ -136,7 +136,8 @@ class ConnectionItem(urwid.WidgetWrap):
False, self.master.nopop,
self.master.options.replay_ignore_params,
self.master.options.replay_ignore_content,
- self.master.options.replay_ignore_payload_params
+ self.master.options.replay_ignore_payload_params,
+ self.master.options.replay_ignore_host
)
elif k == "t":
self.master.start_server_playback(
@@ -145,7 +146,8 @@ class ConnectionItem(urwid.WidgetWrap):
False, self.master.nopop,
self.master.options.replay_ignore_params,
self.master.options.replay_ignore_content,
- self.master.options.replay_ignore_payload_params
+ self.master.options.replay_ignore_payload_params,
+ self.master.options.replay_ignore_host
)
else:
self.master.path_prompt(