Add excluded_domain_name to default_conf
This commit is contained in:
parent
16cd817fec
commit
07eb919837
|
@ -63,3 +63,6 @@ locale = 'en_EN'
|
||||||
|
|
||||||
# Don't keep requests of all visitors into database
|
# Don't keep requests of all visitors into database
|
||||||
keep_requests = False
|
keep_requests = False
|
||||||
|
|
||||||
|
# Domain names that should be ignored
|
||||||
|
excluded_domain_name = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user