Steven Englehardt
Steven Englehardt
I've updated the title to reflect that our current way of saving these files leads to issues while crawling + while analyzing the data. See https://github.com/mozilla/openwpm-crawler/issues/33 for a description of...
May be able to use a key-value store like DynamoDB from Amazon (or whatever the equivalent is on GCP)?
This looks like a bug on our side. See: https://github.com/mozilla/OpenWPM/blob/cb95ecc05fb4618e4275faecbc62b84123ebf1b0/openwpm/Extension/webext-instrumentation/src/background/cookie-instrument.ts#L19. Session cookies probably never return an expiration date, so we treat it the same as maxint, which seems wrong.
The two update urls are: - `https://tracking-protection.cdn.mozilla.net/mozstd-track-digest256/1471874828` - `https://tracking-protection.cdn.mozilla.net/mozstd-trackwhite-digest256/1478554625` So we can just make these requests manually with the `requests` library and update the timestamp at the end of the...
My preference here would be to include a flag that can disable these caps as they are less important for web crawling. Do you have suggestions for these limits? The...
Right now we overload `browser_params['profile_tar']` to both track the profile directory provided by the user and to load the profile of a crashed browser. Thus when clearing a profile (`reset...
Profile loading and saving needs to be refactored alongside restarting. A user should not be required to issue a command to dump a profile. Instead, a user should specify if...
I'm in favor of removal as well. Particularly hearing the concerns from Gunes as they validate a concern I've had--that TS will be difficult for folks to quickly engage with...
Thanks! We'd gladly accept a PR against master to help those still using the 52 branch. We're likely going to be iterating on the FF 60 support in a separate...
@gunesacar would you mind to try setting `app.update.auto` to False? Apparently this means updates will be downloaded automatically, but will not be installed unless the user triggers them.