From 0be567ceb174e3569e4cb35761e49f7150f48802 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 22 Jun 2025 17:48:06 +1200 Subject: [PATCH] Fix the source block --- configuration.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/configuration.json b/configuration.json index c1e9ca0..d91184b 100644 --- a/configuration.json +++ b/configuration.json @@ -391,15 +391,8 @@ }, { "name": "anudeepND whitelist", - "description": "A robust collection of commonly white listed websites borrowed from various sources including Pi-Hole subreddit, Pi-Hole forum, Pi-Hole GitHub repository and more!", - "homepage": "https://github.com/anudeepND/whitelist", - "sources": [ - { - "name": "anudeepND whitelist", - "source": "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt", - "type": "hosts" - } - ], + "source": "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt", + "type": "hosts", "transformations": [ "Compress", "InvertAllow"