summaryrefslogtreecommitdiff
path: root/services.json
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2021-11-29 17:35:28 -0700
committerBen Busby <contact@benbusby.com>2021-11-29 17:35:28 -0700
commitec68582585a616be9978567033af0d93dfd231b4 (patch)
tree5212a2f69a47d7616447d9a5c078015b04653e7a /services.json
parentf36741b27b3e36448ffabdc7baca99741d4fa9a6 (diff)
downloadfarside-ec68582585a616be9978567033af0d93dfd231b4.tar.gz
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.
Diffstat (limited to 'services.json')
-rw-r--r--services.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/services.json b/services.json
index 0a164db..001a4ae 100644
--- a/services.json
+++ b/services.json
@@ -114,19 +114,15 @@
},
{
"type": "whoogle",
- "test_url": "/search?q=<%=query%>",
+ "test_url": "/search?cookies_disabled=1&q=<%=query%>",
"fallback": "https://whoogle.fossho.st",
"instances": [
"https://whoogle.fossho.st",
"https://search.albony.xyz",
- "https://whoogle.sdf.org",
- "https://whoogle.kavin.rocks",
"https://search.garudalinux.org",
"https://whooglesearch.net",
- "https://search.flawcra.cc",
"https://search.exonip.de",
"https://s.alefvanoon.xyz",
- "https://search.flux.industries",
"https://www.whooglesearch.ml"
]
},