aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Kommenda <nkommenda@hotmail.com>2016-01-12 22:25:42 +0000
committerNiko Kommenda <nkommenda@hotmail.com>2016-01-12 22:25:42 +0000
commit55e89865ff4f87f4c8ad16070a6c2177fcf6fac9 (patch)
tree36c8f06925199d17321e1e95e009bd6d113b2fbb
parent25705af76d72899140ec43e224aa2636e6a2d8f1 (diff)
downloadmitmproxy-55e89865ff4f87f4c8ad16070a6c2177fcf6fac9.tar.gz
mitmproxy-55e89865ff4f87f4c8ad16070a6c2177fcf6fac9.tar.bz2
mitmproxy-55e89865ff4f87f4c8ad16070a6c2177fcf6fac9.zip
no longer strips Accept-Encoding as mitmproxy can handle compression
-rw-r--r--examples/sslstrip.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/sslstrip.py b/examples/sslstrip.py
index 263ac1c1..369427a2 100644
--- a/examples/sslstrip.py
+++ b/examples/sslstrip.py
@@ -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)