diff options
| author | Zhijie He <hezhijie0327@hotmail.com> | 2025-02-23 13:35:23 +0800 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-03-02 13:25:35 +0100 |
| commit | 71d1504e572074327f851688a4caac90a5e41fe8 (patch) | |
| tree | b5a7510936b1452c4c3d2b9b570d999ed58459e8 /searx/settings.yml | |
| parent | 80f5fad16e830a9fea9e73c0eaa5b36c27566d9c (diff) | |
[feat] add 360search engine for searxng
Co-authored-by: Bnyro <bnyro@tutanota.com>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 5a9bc0fa6..496828464 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -33,7 +33,7 @@ brand: search: # Filter results. 0: None, 1: Moderate, 2: Strict safe_search: 0 - # Existing autocomplete backends: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex", + # Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex", # "mwmbl", "seznam", "stract", "swisscows", "qwant", "wikipedia" - # leave blank to turn it off by default. autocomplete: "" @@ -337,6 +337,16 @@ categories_as_tabs: social media: engines: + - name: 360search + engine: 360search + shortcut: 360so + disabled: true + + - name: 360search videos + engine: 360search_videos + shortcut: 360sov + disabled: true + - name: 9gag engine: 9gag shortcut: 9g |