From eb90adae1268c93040fe7ebb0151e21451578b6e Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 22 Sep 2018 00:53:55 +0200 Subject: [PATCH] Added Privoxy as a software --- data/Software.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/Software.json b/data/Software.json index 4027ea4c4..82abbbf60 100644 --- a/data/Software.json +++ b/data/Software.json @@ -131,5 +131,12 @@ "homeUrl": "https://www.obdev.at/products/littlesnitch/index.html", "isAbpSubscribable": false, "name": "Little Snitch" + }, + { + "id": 21, + "downloadUrl": "https://www.privoxy.org/sf-download-mirror/", + "homeUrl": "https://www.privoxy.org/", + "isAbpSubscribable": false, + "name": "Privoxy" } ]