From 26fed56d5149e8b56afaa4ecd4dd10332c8900df Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 27 Sep 2023 17:10:15 +0200 Subject: [PATCH] [mod] settings.yml: remove plugin settings for plugins that don't exist anymore --- docs/admin/api.rst | 4 ---- searx/settings.yml | 1 - utils/templates/etc/searxng/settings.yml | 3 --- 3 files changed, 8 deletions(-) diff --git a/docs/admin/api.rst b/docs/admin/api.rst index 7bf465404..8f4552f9c 100644 --- a/docs/admin/api.rst +++ b/docs/admin/api.rst @@ -69,10 +69,6 @@ Sample response { "enabled": true, "name": "HTTPS rewrite" - }, - { - "enabled": false, - "name": "Vim-like hotkeys" } ], "safe_search": 0 diff --git a/searx/settings.yml b/searx/settings.yml index b3a63f73b..e7f53a69c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -209,7 +209,6 @@ outgoing: # enabled_plugins: # # these plugins are enabled if nothing is configured .. # - 'Hash plugin' -# - 'Search on category select' # - 'Self Information' # - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy diff --git a/utils/templates/etc/searxng/settings.yml b/utils/templates/etc/searxng/settings.yml index 04d25b9d3..b37dc2fb6 100644 --- a/utils/templates/etc/searxng/settings.yml +++ b/utils/templates/etc/searxng/settings.yml @@ -33,14 +33,11 @@ ui: enabled_plugins: - 'Hash plugin' - - 'Search on category select' - 'Self Informations' - 'Tracker URL remover' - 'Ahmia blacklist' # - 'Hostname replace' # see hostname_replace configuration below - # - 'Infinite scroll' # - 'Open Access DOI rewrite' - # - 'Vim-like hotkeys' # plugins: # - only_show_green_results