mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
no longer strips Accept-Encoding as mitmproxy can handle compression
This commit is contained in:
parent
25705af76d
commit
55e89865ff
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ def start(context, argv) :
|
|||
|
||||
def request(context, flow) :
|
||||
|
||||
flow.request.headers.pop('Accept-Encoding', None)
|
||||
flow.request.headers.pop('If-Modified-Since', None)
|
||||
flow.request.headers.pop('Cache-Control', None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue