[mod] settings.yml: remove plugin settings for plugins that don't exist anymore

This commit is contained in:
Bnyro 2023-09-27 17:10:15 +02:00 committed by Markus Heiser
parent 7c8a744ae1
commit 26fed56d51
3 changed files with 0 additions and 8 deletions

View file

@ -69,10 +69,6 @@ Sample response
{ {
"enabled": true, "enabled": true,
"name": "HTTPS rewrite" "name": "HTTPS rewrite"
},
{
"enabled": false,
"name": "Vim-like hotkeys"
} }
], ],
"safe_search": 0 "safe_search": 0

View file

@ -209,7 +209,6 @@ outgoing:
# enabled_plugins: # enabled_plugins:
# # these plugins are enabled if nothing is configured .. # # these plugins are enabled if nothing is configured ..
# - 'Hash plugin' # - 'Hash plugin'
# - 'Search on category select'
# - 'Self Information' # - 'Self Information'
# - 'Tracker URL remover' # - 'Tracker URL remover'
# - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy

View file

@ -33,14 +33,11 @@ ui:
enabled_plugins: enabled_plugins:
- 'Hash plugin' - 'Hash plugin'
- 'Search on category select'
- 'Self Informations' - 'Self Informations'
- 'Tracker URL remover' - 'Tracker URL remover'
- 'Ahmia blacklist' - 'Ahmia blacklist'
# - 'Hostname replace' # see hostname_replace configuration below # - 'Hostname replace' # see hostname_replace configuration below
# - 'Infinite scroll'
# - 'Open Access DOI rewrite' # - 'Open Access DOI rewrite'
# - 'Vim-like hotkeys'
# plugins: # plugins:
# - only_show_green_results # - only_show_green_results