diff --git a/ansible/app-configs/searxng_settings.yml.j2 b/ansible/app-configs/searxng_settings.yml.j2 index 5f1301eb..a9c081c8 100644 --- a/ansible/app-configs/searxng_settings.yml.j2 +++ b/ansible/app-configs/searxng_settings.yml.j2 @@ -211,11 +211,13 @@ outgoing: # Comment or un-comment plugin to activate / deactivate by default. # -# enabled_plugins: +enabled_plugins: # # these plugins are enabled if nothing is configured .. -# - 'Hash plugin' -# - 'Self Information' -# - 'Tracker URL remover' + - 'Hash plugin' + - 'Self Information' + - 'Tracker URL remover' + - 'Basic Calculator' + - 'Unit converter plugin' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # - 'Hostname replace' # see hostname_replace configuration below