mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
test identity encoding
This commit is contained in:
parent
d2b5122477
commit
fd76c819ab
@ -473,7 +473,7 @@ __brzl_compileOutlinks(window).join(' ');
|
||||
self.send_to_chrome(method="Runtime.enable")
|
||||
|
||||
headers = self.extra_headers or {}
|
||||
headers['Accept-Encoding'] = 'gzip, deflate'
|
||||
headers['Accept-Encoding'] = 'identity'
|
||||
self.send_to_chrome(
|
||||
method="Network.setExtraHTTPHeaders",
|
||||
params={"headers":self.extra_headers})
|
||||
|
Loading…
x
Reference in New Issue
Block a user