diff options
author | mrpaulblack <paul@paulgo.io> | 2023-07-19 14:51:32 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-22 18:19:01 +0200 |
commit | 65d8b1a3106800304e9ed31b6c3f26e5b3ee5fcd (patch) | |
tree | 37f6db5f620ec3ae5ba5192943383725c32d5589 | |
parent | 51c531d4503f6ebb96a90cfba2b7c263a220164b (diff) | |
download | searxng-65d8b1a3106800304e9ed31b6c3f26e5b3ee5fcd.tar.gz searxng-65d8b1a3106800304e9ed31b6c3f26e5b3ee5fcd.zip |
[fix] remove disabled: false from engine definitions in settings.yml
* setting disabled: false is not needed, since it is by default enabled
-rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index db1bac659..4dd499a36 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -626,7 +626,6 @@ engines: first_page_num: 1 shortcut: et categories: [dictionaries] - disabled: false about: website: https://www.etymonline.com/ wikidata_id: Q1188617 @@ -1204,7 +1203,6 @@ engines: engine: qwant shortcut: qw categories: [general, web] - disabled: false additional_tests: rosebud: *test_rosebud @@ -1213,7 +1211,6 @@ engines: engine: qwant shortcut: qwn categories: news - disabled: false network: qwant - name: qwant images @@ -1221,7 +1218,6 @@ engines: engine: qwant shortcut: qwi categories: [images, web] - disabled: false network: qwant - name: qwant videos @@ -1229,7 +1225,6 @@ engines: engine: qwant shortcut: qwv categories: [videos, web] - disabled: false network: qwant # - name: library @@ -1369,7 +1364,6 @@ engines: engine: solidtorrents shortcut: solid timeout: 4.0 - disabled: false base_url: - https://solidtorrents.net - https://solidtorrents.eu @@ -1394,7 +1388,6 @@ engines: # FROM film # WHERE title LIKE :wildcard OR description LIKE :wildcard # ORDER BY duration DESC - # disabled: false # Requires Tor - name: torch @@ -1570,7 +1563,6 @@ engines: base_url: "https://{language}.wiktionary.org/" number_of_results: 5 search_type: text - disabled: false about: website: https://www.wiktionary.org/ wikidata_id: Q151 @@ -1620,7 +1612,6 @@ engines: engine: translated shortcut: tl timeout: 5.0 - disabled: false # You can use without an API key, but you are limited to 1000 words/day # See: https://mymemory.translated.net/doc/usagelimits.php # api_key: '' @@ -1761,7 +1752,6 @@ engines: base_url: https://www.wordnik.com/ categories: [dictionaries] timeout: 5.0 - disabled: false - name: woxikon.de synonyme engine: xpath |