mirror of
https://github.com/searxng/searxng.git
synced 2025-05-24 01:12:56 -04:00
[fix] engines: disable those with known issues (#4813)
- z-library https://github.com/searxng/searxng/issues/3610 - library of congress: https://github.com/searxng/searxng/issues/4810 - qwant: https://github.com/searxng/searxng/issues/3929 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9ffe23ecf3
commit
365b9426f1
@ -1235,11 +1235,13 @@ engines:
|
|||||||
shortcut: zlib
|
shortcut: zlib
|
||||||
categories: files
|
categories: files
|
||||||
timeout: 7.0
|
timeout: 7.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: library of congress
|
- name: library of congress
|
||||||
engine: loc
|
engine: loc
|
||||||
shortcut: loc
|
shortcut: loc
|
||||||
categories: images
|
categories: images
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: libretranslate
|
- name: libretranslate
|
||||||
engine: libretranslate
|
engine: libretranslate
|
||||||
@ -1706,6 +1708,7 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qw
|
shortcut: qw
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
|
disabled: true
|
||||||
additional_tests:
|
additional_tests:
|
||||||
rosebud: *test_rosebud
|
rosebud: *test_rosebud
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user