From 7d446dfdb27c5038818f71e0518c8767772cb31b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 14 Feb 2023 08:27:19 +0100 Subject: [PATCH] [mod] disbale engine tineye by default Tineye becomes active as soon as a https:// signature is found in the search term, but most of the time a reverse image search is not requested when a URL is specified, often the URL is just from a C&P. The frequent requests to tineye lead in the end to the SearXNG instance being blocked by tineye and the user seeing unexpected error messages. BTW: many maintainers have disabled this engine in their local SearXNG settings. Signed-off-by: Markus Heiser --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/settings.yml b/searx/settings.yml index 6f80b4c59..fcf675e41 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -583,6 +583,7 @@ engines: engine: tineye shortcut: tin timeout: 9.0 + disabled: true - name: etymonline engine: xpath