Configure some searxng plugins and add blocked domains

main
trivernis 10 months ago
parent 0e26bdfdff
commit ab1970c5fb
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -120,14 +120,14 @@ spec:
# # these plugins are enabled if nothing is configured .. # # these plugins are enabled if nothing is configured ..
# - 'Hash plugin' # - 'Hash plugin'
# - 'Search on category select' # - '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
# # these plugins are disabled if nothing is configured .. # # these plugins are disabled if nothing is configured ..
- 'Hostname replace' # see hostname_replace configuration below - 'Hostname replace' # see hostname_replace configuration below
# - 'Open Access DOI rewrite' # - 'Open Access DOI rewrite'
- 'Vim-like hotkeys' - 'Vim-like hotkeys'
# - 'Tor check plugin' - 'Tor check plugin'
# # Read the docs before activate: auto-detection of the language could be # # Read the docs before activate: auto-detection of the language could be
# # detrimental to users expectations / users can activate the plugin in the # # detrimental to users expectations / users can activate the plugin in the
# # preferences if they want. # # preferences if they want.
@ -141,9 +141,11 @@ spec:
# '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com' # '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
# '(.*\.)?reddit\.com$': 'teddit.net' # '(.*\.)?reddit\.com$': 'teddit.net'
# '(.*\.)?redd\.it$': 'teddit.net' # '(.*\.)?redd\.it$': 'teddit.net'
'(www\.)?twitter\.com$': 'nitter.sethforprivacy.com' '(www\.)?twitter\.com$': 'nitter.woodland.cafe'
# to remove matching host names from result list, set value to false # to remove matching host names from result list, set value to false
# 'spam\.example\.com': false # 'spam\.example\.com': false
'(.*\.)?g2\.\com$': false
'alternativeto\.net$': false
categories_as_tabs: categories_as_tabs:
general: general:
@ -154,7 +156,7 @@ spec:
music: music:
it: it:
science: science:
files: # files:
social media: social media:
engines: engines:

Loading…
Cancel
Save