Daniel Howe
Daniel Howe
background.html in FF ? and what version of FF are you testing this in?
Ok, I've now recreated this by manually entering 'background.html', but I'm thinking this is a spurious error having to do with this method of opening the console. I cannot get...
Check if you can access headers through the Selenium api...
No. We are trying to compare our requests to normal browser requests, so using a request API doesn't help us. Instead use browsermob-proxy or similar: https://github.com/lightbody/browsermob-proxy/#using-with-selenium
any idea why? does it recognize/collect ads?
@cqx931 can we retest this with 3.4 for both firefox and chrome...
The [chrome.webRequest API](https://developer.chrome.com/extensions/webRequest) should handle this functionality, specifically the events: onBeforeRequest, onBeforeSendHeaders (for modifying the referer, and handling outgoing cookies), onHeadersReceived (for handling incoming cookies), and onCompleted
Still seeing this after I update adnauseam list: 
Looks good now, though it is not collected (changing the label)
@mneunomne where do we stand on this?