SearXNG: Block Domains

This commit is contained in:
Tobias Manske 2022-07-25 00:13:49 +02:00
parent 4f8c489a8d
commit b5cebbd0b2
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
1 changed files with 6 additions and 0 deletions

View File

@ -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