Skip to content
This repository has been archived by the owner. It is now read-only.

Remove support for unused malware lists #203

Merged
merged 1 commit into from Mar 29, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove support for unused malware lists

  • Loading branch information
bbondy committed Mar 29, 2019
commit 9797be1e7583a212504492d9760e38a0d71dd6b1
@@ -10,24 +10,6 @@
#include "../filter_list.h"

const std::vector<FilterList> malware_lists = {
FilterList({
"AE08317A-778F-4B95-BC12-7E78C1FB26A3",
"https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt",
"Spam404 Domain Blacklist",
{},
"http://www.spam404.com/domain-blacklist.html",
"",
""
}), FilterList({
// This list has a filtering function defined
"FBB430E8-3910-4761-9373-840FC3B43FF2",
"https://s3.amazonaws.com/lists.disconnect.me/simple_malware.txt",
"Disconnect Simple Malware",
{},
"https://disconnect.me/",
"",
""
})
};

#endif // LISTS_MALWARE_H_
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.