diff --git a/doc/conf/examples/example.conf b/doc/conf/examples/example.conf index 4af426968..09fc1ff92 100644 --- a/doc/conf/examples/example.conf +++ b/doc/conf/examples/example.conf @@ -50,6 +50,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256"; diff --git a/doc/conf/examples/example.fr.conf b/doc/conf/examples/example.fr.conf index a9f181d08..8eae54644 100644 --- a/doc/conf/examples/example.fr.conf +++ b/doc/conf/examples/example.fr.conf @@ -51,6 +51,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256"; diff --git a/doc/conf/examples/example.tr.conf b/doc/conf/examples/example.tr.conf index c41d42739..221c06463 100644 --- a/doc/conf/examples/example.tr.conf +++ b/doc/conf/examples/example.tr.conf @@ -51,6 +51,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256";