SearXNG: Block Domains
This commit is contained in:
parent
4f8c489a8d
commit
b5cebbd0b2
@ -177,6 +177,8 @@ enabled_plugins:
|
|||||||
|
|
||||||
# Configuration of the "Hostname replace" plugin:
|
# Configuration of the "Hostname replace" plugin:
|
||||||
#
|
#
|
||||||
|
|
||||||
|
{% endraw %}
|
||||||
hostname_replace:
|
hostname_replace:
|
||||||
# '(.*\.)?youtube\.com$': 'invidious.example.com'
|
# '(.*\.)?youtube\.com$': 'invidious.example.com'
|
||||||
# '(.*\.)?youtu\.be$': 'invidious.example.com'
|
# '(.*\.)?youtu\.be$': 'invidious.example.com'
|
||||||
@ -191,6 +193,8 @@ hostname_replace:
|
|||||||
'(www\.)?quora\.com$': false
|
'(www\.)?quora\.com$': false
|
||||||
# Fuck redhats half of our stuff only for paid customers even if we link to it in free docs
|
# Fuck redhats half of our stuff only for paid customers even if we link to it in free docs
|
||||||
'(www\.)?access\.redhat\.com$': false
|
'(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
|
# https://github.com/quenhus/uBlock-Origin-dev-filter
|
||||||
# GitHub copycats
|
# GitHub copycats
|
||||||
'(www\.)?bleepcoder\.com$': false
|
'(www\.)?bleepcoder\.com$': false
|
||||||
@ -1349,6 +1353,8 @@ hostname_replace:
|
|||||||
'(www\.)?cursuri-dans-copii\.ro': false
|
'(www\.)?cursuri-dans-copii\.ro': false
|
||||||
'(www\.)?sunnyfood\.ro': false
|
'(www\.)?sunnyfood\.ro': false
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
|
|
||||||
checker:
|
checker:
|
||||||
# disable checker when in debug mode
|
# disable checker when in debug mode
|
||||||
off_when_debug: true
|
off_when_debug: true
|
||||||
|
Loading…
Reference in New Issue
Block a user