From 07eb9198373eda04c688e4f2f74fca72c8630212 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Fri, 14 Jul 2023 09:24:47 +0200 Subject: [PATCH] Add excluded_domain_name to default_conf --- default_conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default_conf.py b/default_conf.py index 33efee2..6aa682d 100644 --- a/default_conf.py +++ b/default_conf.py @@ -63,3 +63,6 @@ locale = 'en_EN' # Don't keep requests of all visitors into database keep_requests = False + +# Domain names that should be ignored +excluded_domain_name = []