Fix Searx
This commit is contained in:
parent
7b62068559
commit
57c6cfb7d7
1 changed files with 5 additions and 4 deletions
|
|
@ -81,10 +81,11 @@
|
||||||
"Name": "Searx",
|
"Name": "Searx",
|
||||||
"Alias": "",
|
"Alias": "",
|
||||||
"Description": "A privacy-respecting, hackable metasearch engine",
|
"Description": "A privacy-respecting, hackable metasearch engine",
|
||||||
"URLTemplate": "https://www.searx.me/?q={searchTerms}",
|
"URLTemplate": "https://searx.be/?q={searchTerms}",
|
||||||
"SuggestURLTemplate": "https://www.searx.me/?q={searchTerms}",
|
"SuggestURLTemplate": "https://searx.be/?q={searchTerms}",
|
||||||
"IconURL": "https://www.searx.me/static/themes/oscar/img/favicon.png",
|
"PostData": "q={searchTerms}&time_range=&language=en-US&category_general=on",
|
||||||
"Method": "GET"
|
"IconURL": "https://searx.be/favicon.ico",
|
||||||
|
"Method": "POST"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "StartPage",
|
"Name": "StartPage",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue