diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2023-02-14 08:27:19 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-02-14 08:27:19 +0100 |
| commit | 7d446dfdb27c5038818f71e0518c8767772cb31b (patch) | |
| tree | 6761dee9889cdd0204707cc7eb616e244b0c018e /searx | |
| parent | 675dc04917dadac60ebd4c28a1f5b1e2baba4cfa (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |