-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Firefox's Tracking Protection #101
Comments
The two update urls are:
So we can just make these requests manually with the |
The basic way to reenable tracking protection is to have a |
Hi -- this seems to work for me, but what is the rationale behind doing the following? From what I understand, two things need to be done:
|
Tracking Protection was added in Firefox 42, so we should be able to turn on support for it.
The pref is currently disabled: https://github.com/citp/OpenWPM/blob/master/automation/DeployBrowsers/configure_firefox.py#L30-L35
However, enabling the pref still won't work correctly as we remove the update URL to prevent stray HTTP requests to mozilla's servers during a crawl (see: https://github.com/citp/OpenWPM/blob/master/automation/DeployBrowsers/configure_firefox.py#L137). It should be pretty easy to figure out the API to query and manually download the list at the start of a crawl.
The text was updated successfully, but these errors were encountered: