diff options
-rw-r--r-- | libmproxy/console/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/console/__init__.py b/libmproxy/console/__init__.py index 9b0250e7..3d0fb1aa 100644 --- a/libmproxy/console/__init__.py +++ b/libmproxy/console/__init__.py @@ -702,6 +702,7 @@ class ConsoleMaster(flow.FlowMaster): self.state.intercept) and not f.request.is_replay: f.intercept(self) else: + #check if flow was intercepted within an inline script by flow.intercept() if f.intercepted: f.intercept(self) else: |