mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 10:58:42 +00:00
whoogle: Remove inactive instances, fix test url
The default url redirects to a session validation url first (w/ status code 307). Disabling cookies by default allows a 200 code to be returned for successful searches.
This commit is contained in:
parent
f36741b27b
commit
ec68582585
1 changed files with 1 additions and 5 deletions
|
@ -114,19 +114,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "whoogle",
|
"type": "whoogle",
|
||||||
"test_url": "/search?q=<%=query%>",
|
"test_url": "/search?cookies_disabled=1&q=<%=query%>",
|
||||||
"fallback": "https://whoogle.fossho.st",
|
"fallback": "https://whoogle.fossho.st",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://whoogle.fossho.st",
|
"https://whoogle.fossho.st",
|
||||||
"https://search.albony.xyz",
|
"https://search.albony.xyz",
|
||||||
"https://whoogle.sdf.org",
|
|
||||||
"https://whoogle.kavin.rocks",
|
|
||||||
"https://search.garudalinux.org",
|
"https://search.garudalinux.org",
|
||||||
"https://whooglesearch.net",
|
"https://whooglesearch.net",
|
||||||
"https://search.flawcra.cc",
|
|
||||||
"https://search.exonip.de",
|
"https://search.exonip.de",
|
||||||
"https://s.alefvanoon.xyz",
|
"https://s.alefvanoon.xyz",
|
||||||
"https://search.flux.industries",
|
|
||||||
"https://www.whooglesearch.ml"
|
"https://www.whooglesearch.ml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue