mirror of
https://github.com/searxng/searxng.git
synced 2026-09-23 06:36:12 +00:00
[mod] defaults: disable image engines with poor results (#6690)
The image search defaults are a bit of a mix of results atm with random stock photos, some broken thumbnails (artic) and svg icons.
This commit is contained in:
@@ -428,6 +428,7 @@ engines:
|
|||||||
engine: artic
|
engine: artic
|
||||||
shortcut: arc
|
shortcut: arc
|
||||||
timeout: 4.0
|
timeout: 4.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: artstation
|
- name: artstation
|
||||||
engine: artstation
|
engine: artstation
|
||||||
@@ -726,6 +727,7 @@ engines:
|
|||||||
engine: devicons
|
engine: devicons
|
||||||
shortcut: di
|
shortcut: di
|
||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: ddg definitions
|
- name: ddg definitions
|
||||||
engine: duckduckgo_definitions
|
engine: duckduckgo_definitions
|
||||||
@@ -1006,6 +1008,7 @@ engines:
|
|||||||
- name: flickr
|
- name: flickr
|
||||||
shortcut: fl
|
shortcut: fl
|
||||||
engine: flickr_noapi
|
engine: flickr_noapi
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: flickr_api
|
- name: flickr_api
|
||||||
# You can use the engine using the official stable API, but you need an API
|
# You can use the engine using the official stable API, but you need an API
|
||||||
@@ -1573,6 +1576,7 @@ engines:
|
|||||||
engine: lucide
|
engine: lucide
|
||||||
shortcut: luc
|
shortcut: luc
|
||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: luxxle
|
- name: luxxle
|
||||||
engine: luxxle
|
engine: luxxle
|
||||||
|
|||||||
Reference in New Issue
Block a user