fixing mis-copy

This commit is contained in:
Barbara Miller 2016-09-30 14:53:25 -07:00
parent 0b84abc4ec
commit 46c48ef070

View File

@ -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"})