From abf8867dfaa81b36d3cb7a5008bc246526b61433 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 21 Dec 2022 10:40:58 +0100 Subject: [PATCH] added whoogle --- policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies.json b/policies.json index 9c59dac..54c1945 100644 --- a/policies.json +++ b/policies.json @@ -106,7 +106,7 @@ "Description": "https://github.com/benbusby/whoogle-search", "Alias": "whoogle", "Method": "POST", - "URLTemplate": "https://localhost:5000/search?q={searchTerms}", + "URLTemplate": "http://localhost:5000/search?q={searchTerms}", "PostData": "q={searchTerms}" }, {