feat(SearXNG): bump settings.yml to latest
This commit is contained in:
parent
36a5b40cef
commit
ff83a6f324
@ -24,7 +24,7 @@ search:
|
||||
# Filter results. 0: None, 1: Moderate, 2: Strict
|
||||
safe_search: 0
|
||||
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl",
|
||||
# "seznam", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
||||
# "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
||||
# by default.
|
||||
autocomplete: "brave"
|
||||
# minimun characters to type before autocompleter starts
|
||||
@ -224,6 +224,8 @@ enabled_plugins:
|
||||
hostname_replace:
|
||||
'(.*\.)?quora\.com': false
|
||||
'(.*\.)?slant\.co': false
|
||||
'(.*\.)?reddit\.com$': 'old.reddit.com'
|
||||
'(.*\.)?redd\.it$': 'old.reddit.com'
|
||||
# '(.*\.)?youtube\.com$': 'invidious.example.com'
|
||||
# '(.*\.)?youtu\.be$': 'invidious.example.com'
|
||||
# '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
|
||||
@ -2070,6 +2072,11 @@ engines:
|
||||
timeout: 5.0
|
||||
disabled: true
|
||||
|
||||
- name: stract
|
||||
engine: stract
|
||||
shortcut: str
|
||||
disabled: true
|
||||
|
||||
- name: svgrepo
|
||||
engine: svgrepo
|
||||
shortcut: svg
|
||||
|
Loading…
Reference in New Issue
Block a user