add free Squid Blacklist lists

closes #163
This commit is contained in:
Collin Barrett 2018-02-21 18:30:04 -06:00
parent eb839b3961
commit 6714eb73de
4 changed files with 80 additions and 0 deletions

View file

@ -6532,5 +6532,59 @@
"submissionUrl": null,
"syntaxId": 9,
"viewUrl": "https://raw.githubusercontent.com/ZeroDot1/CoinBlockerLists/master/MiningServerIPList.txt"
},
{
"id": 364,
"description": "Advertisements and tracking",
"descriptionSourceUrl": "https://www.squidblacklist.org/downloads.html",
"discontinuedDate": null,
"donateUrl": null,
"emailAddress": "webmaster@squidblacklist.org",
"forumUrl": null,
"homeUrl": "https://www.squidblacklist.org/",
"issuesUrl": null,
"licenseId": 15,
"name": "Squid Blacklist Ad Servers and Trackers",
"policyUrl": null,
"publishedDate": null,
"submissionUrl": "http://www.squidblacklist.org/php/url_submission_form.php",
"syntaxId": 2,
"viewUrl": "https://www.squidblacklist.org/downloads/dg-ads.acl"
},
{
"id": 365,
"description": "Official Facebook domains",
"descriptionSourceUrl": "https://www.squidblacklist.org/downloads.html",
"discontinuedDate": null,
"donateUrl": null,
"emailAddress": "webmaster@squidblacklist.org",
"forumUrl": null,
"homeUrl": "https://www.squidblacklist.org/",
"issuesUrl": null,
"licenseId": 15,
"name": "Squid Blacklist Facebook",
"policyUrl": null,
"publishedDate": null,
"submissionUrl": "http://www.squidblacklist.org/php/url_submission_form.php",
"syntaxId": 2,
"viewUrl": "https://www.squidblacklist.org/downloads/dg-facebook.acl"
},
{
"id": 366,
"description": "Malicious, hijacked, ransomware, dangerous websites",
"descriptionSourceUrl": "https://www.squidblacklist.org/downloads.html",
"discontinuedDate": null,
"donateUrl": null,
"emailAddress": "webmaster@squidblacklist.org",
"forumUrl": null,
"homeUrl": "https://www.squidblacklist.org/",
"issuesUrl": null,
"licenseId": 15,
"name": "Squid Blacklist Malicious",
"policyUrl": null,
"publishedDate": null,
"submissionUrl": "http://www.squidblacklist.org/php/url_submission_form.php",
"syntaxId": 2,
"viewUrl": "https://www.squidblacklist.org/downloads/dg-malicious.acl"
}
]

View file

@ -494,5 +494,17 @@
{
"filterListId": 363,
"maintainerId": 49
},
{
"filterListId": 364,
"maintainerId": 50
},
{
"filterListId": 365,
"maintainerId": 50
},
{
"filterListId": 366,
"maintainerId": 50
}
]

View file

@ -96,5 +96,12 @@
"name": "Do What The Fuck You Want To Public License (WTFPL)",
"permissiveAdaptation": true,
"permissiveCommercial": true
},
{
"id": 15,
"descriptionUrl": "https://creativecommons.org/licenses/by-nd/4.0/",
"name": "CC BY-ND 4.0",
"permissiveAdaptation": false,
"permissiveCommercial": true
}
]

View file

@ -334,5 +334,12 @@
"homeUrl": "https://github.com/ZeroDot1",
"name": "ZeroDot1",
"twitterHandle": "hobbygrafix"
},
{
"id": 50,
"emailAddress": "webmaster@squidblacklist.org",
"homeUrl": "https://www.squidblacklist.org/",
"name": "Squid Blacklist",
"twitterHandle": null
}
]