mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[mod] enable Qwant engines (web, news, images, video) by default
Qwant is a fast and reliable search engine and AFAIK there is no CAPTCHA. Let us enable Qwant engines by default. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
ef6e1bd6b9
commit
420e3caba3
@ -986,7 +986,7 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qw
|
shortcut: qw
|
||||||
categories: general
|
categories: general
|
||||||
disabled: true
|
disabled: false
|
||||||
additional_tests:
|
additional_tests:
|
||||||
rosebud: *test_rosebud
|
rosebud: *test_rosebud
|
||||||
|
|
||||||
@ -994,21 +994,21 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwn
|
shortcut: qwn
|
||||||
categories: news
|
categories: news
|
||||||
disabled: true
|
disabled: false
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
- name: qwant images
|
- name: qwant images
|
||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwi
|
shortcut: qwi
|
||||||
categories: images
|
categories: images
|
||||||
disabled: true
|
disabled: false
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
- name: qwant videos
|
- name: qwant videos
|
||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qwv
|
shortcut: qwv
|
||||||
categories: videos
|
categories: videos
|
||||||
disabled: true
|
disabled: false
|
||||||
network: qwant
|
network: qwant
|
||||||
|
|
||||||
# - name: library
|
# - name: library
|
||||||
|
Loading…
Reference in New Issue
Block a user