Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
23 lines
585 B
JSON
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"
|
|
]
|
|
} |