diff --git a/searxng/config/settings.yml b/searxng/config/settings.yml index 4b92f77..00fb7f0 100644 --- a/searxng/config/settings.yml +++ b/searxng/config/settings.yml @@ -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