mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
har: don't set pages
This commit is contained in:
parent
1536e537ad
commit
12960c0494
@ -48,13 +48,11 @@ def configure(updated):
|
||||
"version": "0.1",
|
||||
"comment": "mitmproxy version %s" % version.MITMPROXY,
|
||||
},
|
||||
"pages": [{"pageTimings": {}}],
|
||||
"pages": [],
|
||||
"entries": [],
|
||||
}
|
||||
}
|
||||
)
|
||||
# The `pages` attribute is needed for Firefox Dev Tools to load the HAR file.
|
||||
# An empty value works fine.
|
||||
|
||||
|
||||
def flow_entry(flow: mitmproxy.http.HTTPFlow) -> dict:
|
||||
|
Loading…
Reference in New Issue
Block a user