diff options
author | Leo Liu <silver886@users.noreply.github.com> | 2024-11-10 02:32:09 -0800 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-10 16:09:41 +0100 |
commit | dfaf5868e226b0540ed91b438dd2b4e3805680ca (patch) | |
tree | e89c9f3bbdaddbed92834a4de7cfba7cbd7388f1 | |
parent | b173f3a8b9af399ad222a73659f344cba02ebea3 (diff) | |
download | searxng-dfaf5868e226b0540ed91b438dd2b4e3805680ca.tar.gz searxng-dfaf5868e226b0540ed91b438dd2b4e3805680ca.zip |
[fix] settings.yml - enabled_plugins: document to reflect default settings
Remove 'Autodetect search language', which is no longer valid, from settings,
and add 'Unit converter plugin', which is now default enabled, to settings.
-rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b37134b88..5d16f6377 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -226,15 +226,12 @@ outgoing: # - 'Hash plugin' # - 'Self Information' # - 'Tracker URL remover' +# - 'Unit converter plugin' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # - 'Hostnames plugin' # see 'hostnames' configuration below # - 'Open Access DOI rewrite' # - 'Tor check plugin' -# # Read the docs before activate: auto-detection of the language could be -# # detrimental to users expectations / users can activate the plugin in the -# # preferences if they want. -# - 'Autodetect search language' # Configuration of the "Hostnames plugin": # |