AndysAdguardHomeBlocklist/configuration.json
Andreas Fahrecker 52bddefaae
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Reduced Blocklist size for faster testing of Jenkinspipeline
2024-08-07 15:33:04 +02:00

23 lines
585 B
JSON

{
"name": "Andy's Adguard Home Blocklist",
"description": "A blocklist for Adguard Home",
"sources": [
{
"name": "EasyList",
"source": "https://easylist.to/easylist/easylist.txt",
"type": "adblock"
},
{
"name": "EasyPrivacy",
"source": "https://easylist.to/easylist/easyprivacy.txt",
"type": "adblock"
}
],
"transformations": [
"RemoveComments",
"Validate",
"Deduplicate",
"RemoveEmptyLines",
"InsertFinalNewLine"
]
}