mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 06:52:46 -04:00
fixing mis-copy
This commit is contained in:
parent
0b84abc4ec
commit
46c48ef070
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ __brzl_compileOutlinks(window).join(' ');
|
|||
headers['Accept-Encoding'] = 'gzip, deflate'
|
||||
self.send_to_chrome(
|
||||
method="Network.setExtraHTTPHeaders",
|
||||
params={"headers":self.extra_headers})
|
||||
params={"headers":headers})
|
||||
|
||||
# disable google analytics, see _handle_message() where breakpoint is caught "Debugger.paused"
|
||||
self.send_to_chrome(method="Debugger.setBreakpointByUrl", params={"lineNumber": 1, "urlRegex":"https?://www.google-analytics.com/analytics.js"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue