mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-11 06:45:50 -05:00
test identity encoding
This commit is contained in:
parent
d2b5122477
commit
fd76c819ab
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ __brzl_compileOutlinks(window).join(' ');
|
||||||
self.send_to_chrome(method="Runtime.enable")
|
self.send_to_chrome(method="Runtime.enable")
|
||||||
|
|
||||||
headers = self.extra_headers or {}
|
headers = self.extra_headers or {}
|
||||||
headers['Accept-Encoding'] = 'gzip, deflate'
|
headers['Accept-Encoding'] = 'identity'
|
||||||
self.send_to_chrome(
|
self.send_to_chrome(
|
||||||
method="Network.setExtraHTTPHeaders",
|
method="Network.setExtraHTTPHeaders",
|
||||||
params={"headers":self.extra_headers})
|
params={"headers":self.extra_headers})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue