From b5cebbd0b2adc8c5d083cb0abb30a30bfe4e4711 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 25 Jul 2022 00:13:49 +0200 Subject: [PATCH] SearXNG: Block Domains --- coreos-config/compose/03_search/settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coreos-config/compose/03_search/settings.yml b/coreos-config/compose/03_search/settings.yml index ad34fbc..ca32265 100644 --- a/coreos-config/compose/03_search/settings.yml +++ b/coreos-config/compose/03_search/settings.yml @@ -177,6 +177,8 @@ enabled_plugins: # Configuration of the "Hostname replace" plugin: # + +{% endraw %} hostname_replace: # '(.*\.)?youtube\.com$': 'invidious.example.com' # '(.*\.)?youtu\.be$': 'invidious.example.com' @@ -191,6 +193,8 @@ hostname_replace: '(www\.)?quora\.com$': false # Fuck redhats half of our stuff only for paid customers even if we link to it in free docs '(www\.)?access\.redhat\.com$': false + # Currently a lot of spam results from indonesian TLD space, even ac.id ... + '(www\.)?\.id$': false # https://github.com/quenhus/uBlock-Origin-dev-filter # GitHub copycats '(www\.)?bleepcoder\.com$': false @@ -1349,6 +1353,8 @@ hostname_replace: '(www\.)?cursuri-dans-copii\.ro': false '(www\.)?sunnyfood\.ro': false +{% raw %} + checker: # disable checker when in debug mode off_when_debug: true