Automated training for Privacy Badger. Badger Sett automates browsers to visit websites to produce fresh Privacy Badger tracker data.
120
stars
15
forks
source link
Most action map entries are lost during restarts #27
Closed
ghostwords closed 5 years ago
Probably because
load_user_data
calls merge onaction_map
(which no longer copiesaction_map
entries wholesale) but doesn't call merge onsnitch_map
(which then doesn't recreateaction_map
entries): https://github.com/EFForg/badger-sett/blob/da047d28333065eaeb6acf65ef81bb8674c1d2b1/crawler.py#L192-L200We should maybe call
mergeUserData
instead.