From 57c6cfb7d7f6c7ff3383e2e13755b92304c2c88b Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sat, 18 Apr 2020 19:18:27 +0530 Subject: [PATCH] Fix Searx --- distribution/policies.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/distribution/policies.json b/distribution/policies.json index 70b544c..2f55e18 100644 --- a/distribution/policies.json +++ b/distribution/policies.json @@ -81,10 +81,11 @@ "Name": "Searx", "Alias": "", "Description": "A privacy-respecting, hackable metasearch engine", - "URLTemplate": "https://www.searx.me/?q={searchTerms}", - "SuggestURLTemplate": "https://www.searx.me/?q={searchTerms}", - "IconURL": "https://www.searx.me/static/themes/oscar/img/favicon.png", - "Method": "GET" + "URLTemplate": "https://searx.be/?q={searchTerms}", + "SuggestURLTemplate": "https://searx.be/?q={searchTerms}", + "PostData": "q={searchTerms}&time_range=&language=en-US&category_general=on", + "IconURL": "https://searx.be/favicon.ico", + "Method": "POST" }, { "Name": "StartPage",