Skip to content
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

Automatically update adblock lists and GeoIP databases #37

Open
malexmave opened this issue Feb 22, 2018 · 2 comments
Open

Automatically update adblock lists and GeoIP databases #37

malexmave opened this issue Feb 22, 2018 · 2 comments

Comments

@malexmave
Copy link
Contributor

Right now, all updates of Adblock lists and GeoIP databases have to be done manually. Maybe having a script that does this once a week by itself would be nice - I don't think we need to perform any manual operations on the files to make them work with PrivacyScore.

This could be implemented as a management command called via cron, or something similar.

@muellermartin
Copy link
Contributor

As now Privacyscanner is used instead of OpenWPM, there is the update_dependencies command, which implements the desired functionality.

This command also gets executed when the Ansible script update_hosts.yml is executed. Do you want to have a seperate script despite that or do you consider this issue as resolved?

@wichmannpas
Copy link
Member

wichmannpas commented Sep 25, 2018

The idea of this issue (supposedly) is to have some mechanism (e.g., cronjob) to periodically do this (at least once per week), so that it is not necessary to run the playbook manually. So at least the playbook should install a cronjob on the workers to trigger that command; with increasing number of workers, it might even be desirable to have some sort of decentralized dependency fetching, so that the upstream hosts are not loaded too heavy by us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants