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

@@ -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.