From 2a20fdc1d2d7673a7f9102eecc0360cb3cae7144 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Sat, 11 Nov 2023 00:40:22 +0100 Subject: [PATCH] Update antispam.yaml --- omines/antispam-bundle/0.1/config/packages/antispam.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omines/antispam-bundle/0.1/config/packages/antispam.yaml b/omines/antispam-bundle/0.1/config/packages/antispam.yaml index 49b9e2274..1ff3d6dd2 100644 --- a/omines/antispam-bundle/0.1/config/packages/antispam.yaml +++ b/omines/antispam-bundle/0.1/config/packages/antispam.yaml @@ -39,5 +39,7 @@ antispam: when@test: antispam: - # disable in tests + # In automated tests the bundle and included components should by default run in passive mode, + # to ensure your form submissions will not get rejected due to being exactly what they are - + # an automated bot filling in your site forms in a distinctly non-human way. passive: true