diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-19 22:21:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-19 22:21:19 +0700 |
| commit | 2ada0a2da129a33229d63462b2c7fa7ccd5d0460 (patch) | |
| tree | 48de1b33e5afe8dde543f72bfa5ccc4589801952 /environment_test.go | |
| parent | 4f5896b2cfd316cb388d39e3772439f48b215fda (diff) | |
| download | rescached-2ada0a2da129a33229d63462b2c7fa7ccd5d0460.tar.xz | |
all: remove malwaredomainlist.com from provider of hosts block
The URL and contents from this provider is now empty and has not been
updated.
Diffstat (limited to 'environment_test.go')
| -rw-r--r-- | environment_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/environment_test.go b/environment_test.go index 39b497e..66f6521 100644 --- a/environment_test.go +++ b/environment_test.go @@ -69,10 +69,6 @@ func TestLoadEnvironment(t *testing.T) { Name: "pgl.yoyo.org", URL: `http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&startdate[day]=&startdate[month]=&startdate[year]=&mimetype=plaintext`, }, - "www.malwaredomainlist.com": &hostsBlock{ - Name: "www.malwaredomainlist.com", - URL: `http://www.malwaredomainlist.com/hostslist/hosts.txt`, - }, "winhelp2002.mvps.org": &hostsBlock{ Name: "winhelp2002.mvps.org", URL: `http://winhelp2002.mvps.org/hosts.txt`, |
