mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
fixing mis-copy
This commit is contained in:
parent
0b84abc4ec
commit
46c48ef070
@ -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…
x
Reference in New Issue
Block a user