Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "fabriziosalmi blacklists",
"description": "This blacklist contains domains that are considered harmful or malicious and most of the ad and trackers out there. Regularly updating your systems with this list can help in safeguarding your digital assets.",
"homepage": "https://github.com/fabriziosalmi/blacklists",
"license": "GPLv3",
"sources": [
{
"name": "fabriziosalmi blacklists",
"source": "https://github.com/fabriziosalmi/blacklists/releases/download/latest/blacklist.txt",
"type": "hosts",
"transformations": [
"Validate"
],
"exclusions": [
"localhost.localdomain"
]
}
],
"transformations": [
"RemoveComments",
"Deduplicate",
"Compress",
"RemoveEmptyLines"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"filterKey": "fabriziosalmi_blacklists",
"filterId": 73,
"groupId": 1,
"name": "fabriziosalmi blacklists",
"description": "This blacklist contains domains that are considered harmful or malicious and most of the ad and trackers out there. Regularly updating your systems with this list can help in safeguarding your digital assets.",
"timeAdded": 1770375717259,
"homepage": "https://github.com/fabriziosalmi/blacklists",
"expires": "1 hour",
"displayNumber": 4,
"environment": "prod",
"tags": [
"purpose:general"
]
}
6 changes: 5 additions & 1 deletion locales/en/filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,9 @@
{
"hostlist.71.name": "HaGeZi's DNS Rebind Protection",
"hostlist.71.description": "DNS Rebind Protection is a security mechanism that prevents attackers from manipulating DNS responses to make a domain resolve to private or local IP addresses, thereby blocking malicious scripts from accessing internal networks through DNS rebinding attacks."
},
{
"hostlist.73.name": "fabriziosalmi blacklists",
"hostlist.73.description": "This blacklist contains domains that are considered harmful or malicious and most of the ad and trackers out there. Regularly updating your systems with this list can help in safeguarding your digital assets."
}
]
]