Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
21 changes: 21 additions & 0 deletions filters/nsfw/filter_72_OISD_Blocklist_NSFW/configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "OISD Blocklist NSFW",
"description": "List for blocking NSFW Websites.",
"homepage": "https://oisd.nl/",
"sources": [
{
"name": "OISD Blocklist NSFW",
"source": "https://nsfw.oisd.nl/",
"type": "adblock",
"transformations": [
"RemoveModifiers",
"Validate"
]
}
],
"transformations": [
"RemoveComments",
"Deduplicate",
"Compress"
]
}
14 changes: 14 additions & 0 deletions filters/nsfw/filter_72_OISD_Blocklist_NSFW/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"filterKey": "oisd_nsfw",
"filterId": 72,
"name": "OISD Blocklist NSFW",
"description": "List for blocking NSFW Websites.",
"timeAdded": 1769028568429,
"homepage": "https://nsfw.oisd.nl",
"expires": "4 days",
"displayNumber": 72,
"environment": "prod",
"tags": [
"purpose:nsfw"
]
}
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.72.name": "OISD Blocklist NSFW",
"hostlist.72.description": "Blocks Adult Websites."
}
]
]