mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Accept-Encoding identity
This commit is contained in:
parent
b9668e4205
commit
105deb3bd4
@ -460,7 +460,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":headers})
|
||||
|
Loading…
x
Reference in New Issue
Block a user