diff options
| author | Ben Busby <contact@benbusby.com> | 2024-02-07 11:26:44 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2024-02-07 11:26:44 -0700 |
| commit | ede4620fe8eec2f92112c200726ee53874ba1650 (patch) | |
| tree | 48f713cf25bf9d816209cd0f5ed40eb7219f8b1b | |
| parent | 961f0a9d73b2c4e85ed732c7dbdf359005898002 (diff) | |
| download | farside-ede4620fe8eec2f92112c200726ee53874ba1650.tar.gz | |
Update Whoogle fallback url
Closes #156
| -rw-r--r-- | services-full.json | 2 | ||||
| -rw-r--r-- | services.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services-full.json b/services-full.json index 1212812..f65cf52 100644 --- a/services-full.json +++ b/services-full.json @@ -271,7 +271,7 @@ { "type": "whoogle", "test_url": "/search?cookies_disabled=1&q=<%=query%>", - "fallback": "https://whoogle.fossho.st", + "fallback": "https://search.sethforprivacy.com", "instances": [ "https://gowogle.voring.me", "https://s.tokhmi.xyz", diff --git a/services.json b/services.json index 0e4cfa2..88eaa30 100644 --- a/services.json +++ b/services.json @@ -238,7 +238,7 @@ { "type": "whoogle", "test_url": "/search?cookies_disabled=1&q=<%=query%>", - "fallback": "https://whoogle.fossho.st", + "fallback": "https://search.sethforprivacy.com", "instances": [ "https://gowogle.voring.me", "https://s.tokhmi.xyz", |
