aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/contentviews/xml_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/contentviews/xml_html.py')
-rw-r--r--mitmproxy/contentviews/xml_html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/contentviews/xml_html.py b/mitmproxy/contentviews/xml_html.py
index 62fb939f..292290c7 100644
--- a/mitmproxy/contentviews/xml_html.py
+++ b/mitmproxy/contentviews/xml_html.py
@@ -214,7 +214,6 @@ def format_xml(tokens: Iterable[Token]) -> str:
class ViewXmlHtml(base.View):
name = "XML/HTML"
- prompt = ("xml/html", "x")
content_types = ["text/xml", "text/html"]
def __call__(self, data, **metadata):