ScamBlocklist/config.json
Winni Neessen c64e5ea68a
Initial checkin
(Copy of the original repo on Github)
2024-02-08 13:00:49 +01:00

15 lines
568 B
JSON

{
"name": "Winni's Phishing/SCAM/Malware block list",
"description": "List of websites that are used for malware, phising and scams",
"homepage": "https://github.com/wneessen/ScamBlocklist",
"license": "MIT",
"sources": [
{
"name": "Local rules",
"source": "source.rules",
"type": "adblock",
"transformations": ["RemoveComments", "Compress", "RemoveEmptyLines", "InsertFinalNewLine", "Validate"]
}
],
"transformations": ["RemoveComments", "Deduplicate", "Compress", "RemoveEmptyLines", "InsertFinalNewLine", "Validate"]
}