From a0932af55c9654cea31e1a14b9b548a63dc7538d Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Wed, 3 Aug 2016 12:16:47 +0530 Subject: [PATCH] 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 --- examples/har_dump.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/har_dump.py b/examples/har_dump.py index 0174da538..d19cad365 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": [] } })