diff options
author | Shadab Zafar <dufferzafar0@gmail.com> | 2016-08-03 12:16:47 +0530 |
---|---|---|
committer | Shadab Zafar <dufferzafar0@gmail.com> | 2016-08-15 12:00:23 +0530 |
commit | a0932af55c9654cea31e1a14b9b548a63dc7538d (patch) | |
tree | 4b47041e50242ca4c43d4c0face03fabc273bd0b /examples | |
parent | 2cabc65f6234fc4ce605862781d464709a3c6d9d (diff) | |
download | mitmproxy-a0932af55c9654cea31e1a14b9b548a63dc7538d.tar.gz mitmproxy-a0932af55c9654cea31e1a14b9b548a63dc7538d.tar.bz2 mitmproxy-a0932af55c9654cea31e1a14b9b548a63dc7538d.zip |
Remove pages object
The HAR Spec says that the field can be left out by applications that don't
group by pages.
http://www.softwareishard.com/blog/har-12-spec/#log
Diffstat (limited to 'examples')
-rw-r--r-- | examples/har_dump.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/har_dump.py b/examples/har_dump.py index 0174da53..d19cad36 100644 --- a/examples/har_dump.py +++ b/examples/har_dump.py @@ -35,7 +35,6 @@ def start(): "version": "0.1", "comment": "mitmproxy version %s" % version.MITMPROXY }, - "pages": [], "entries": [] } }) |