mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
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
This commit is contained in:
parent
2cabc65f62
commit
a0932af55c
@ -35,7 +35,6 @@ def start():
|
||||
"version": "0.1",
|
||||
"comment": "mitmproxy version %s" % version.MITMPROXY
|
||||
},
|
||||
"pages": [],
|
||||
"entries": []
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user