From a7e13378203cd907749afaa70d8a17841ee99e80 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 23 Oct 2014 11:52:03 -0400 Subject: [PATCH] update of third-party assets --- assets/checksums.txt | 2 +- assets/umatrix/hosts-files.json | 30 ++++++++++++++++++++++ assets/umatrix/ubiquitous-block-lists.json | 23 ----------------- 3 files changed, 31 insertions(+), 24 deletions(-) create mode 100644 assets/umatrix/hosts-files.json delete mode 100644 assets/umatrix/ubiquitous-block-lists.json diff --git a/assets/checksums.txt b/assets/checksums.txt index ed33588..ae3a736 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -1,4 +1,4 @@ -04da95aa467f81a15dc9513a5b25bc16 assets/umatrix/ubiquitous-block-lists.json +7cfcd2a79bd510bd9944fb2601fcd701 assets/umatrix/hosts-files.json 188ce926323d816ae9d7d5ebbb567862 assets/umatrix/blacklist.txt 5e2c9fbd8bccf21083a38080e84ec940 assets/thirdparties/mirror1.malwaredomains.com/files/immortal_domains.txt 7f0443f3dcc9abfd47cfbc95ce824ddb assets/thirdparties/mirror1.malwaredomains.com/files/README.md diff --git a/assets/umatrix/hosts-files.json b/assets/umatrix/hosts-files.json new file mode 100644 index 0000000..47f9a0a --- /dev/null +++ b/assets/umatrix/hosts-files.json @@ -0,0 +1,30 @@ +{ + "mirror1.malwaredomains.com/files/immortal_domains.txt": { + "title": "Long-lived malware domains", + "homeURL": "http://mirror1.malwaredomains.com/files/immortal_domains.txt" + }, + "mirror1.malwaredomains.com/files/justdomains": { + "title": "Malware domains", + "homeURL": "http://mirror1.malwaredomains.com/files/justdomains" + }, + "pgl.yoyo.org/as/serverlist": { + "title": "Peter Lowe’s Ad server list", + "homeURL": "http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext" + }, + "www.malwaredomainlist.com/hostslist/hosts.txt": { + "title": "Malware Domain List", + "homeURL": "http://www.malwaredomainlist.com/hostslist/hosts.txt" + }, + "hosts-file.net/ad-servers": { + "title": "hpHosts’s Ad and tracking servers", + "homeURL": "http://hosts-file.net/.%5Cad_servers.txt" + }, + "someonewhocares.org/hosts/hosts": { + "title": "Dan Pollock’s hosts file", + "homeURL": "http://someonewhocares.org/hosts/hosts" + }, + "winhelp2002.mvps.org/hosts.txt": { + "title": "MVPS HOSTS", + "homeURL": "http://winhelp2002.mvps.org/hosts.txt" + } +} diff --git a/assets/umatrix/ubiquitous-block-lists.json b/assets/umatrix/ubiquitous-block-lists.json deleted file mode 100644 index 297a124..0000000 --- a/assets/umatrix/ubiquitous-block-lists.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "mirror1.malwaredomains.com/files/immortal_domains.txt": { - "title": "Long-lived malware domains" - }, - "mirror1.malwaredomains.com/files/justdomains": { - "title": "Malware domains" - }, - "pgl.yoyo.org/as/serverlist": { - "title": "Peter Lowe’s Ad server list" - }, - "www.malwaredomainlist.com/hostslist/hosts.txt": { - "title": "Malware Domain List" - }, - "hosts-file.net/ad-servers": { - "title": "hpHosts’s Ad and tracking servers" - }, - "someonewhocares.org/hosts/hosts": { - "title": "Dan Pollock’s hosts file" - }, - "winhelp2002.mvps.org/hosts.txt": { - "title": "MVPS HOSTS" - } -}