aboutsummaryrefslogtreecommitdiffstats
path: root/examples/har_dump.py
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-08-03 12:16:47 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-08-15 12:00:23 +0530
commita0932af55c9654cea31e1a14b9b548a63dc7538d (patch)
tree4b47041e50242ca4c43d4c0face03fabc273bd0b /examples/har_dump.py
parent2cabc65f6234fc4ce605862781d464709a3c6d9d (diff)
downloadmitmproxy-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/har_dump.py')
-rw-r--r--examples/har_dump.py1
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": []
}
})