SearXNG: Block Domains
This commit is contained in:
parent
4f8c489a8d
commit
b5cebbd0b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user