Skip to content

Commit

Permalink
add Drop proxy listener ports interception filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Quitten committed Apr 11, 2023
1 parent b4dbdbe commit 4c2846a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/interception_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def draw(self):
"Ignore spider requests: (Content is not required)",
"Ignore proxy requests: (Content is not required)",
"Ignore target requests: (Content is not required)",
"Ignore OPTIONS requests: (Content is not required)"
"Ignore OPTIONS requests: (Content is not required)",
"Drop proxy listener ports: (Separated by comma)"
]
self._extender.IFType = JComboBox(IFStrings)
self._extender.IFType.setBounds(80, 10, 430, 30)
Expand Down

0 comments on commit 4c2846a

Please sign in to comment.