From 42a3d045089fbbf8f2828e74e60f3e46ef864fb2 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Wed, 15 Nov 2023 23:42:50 +0100 Subject: [PATCH] Update configuration for current bundle version --- omines/antispam-bundle/0.1/config/packages/antispam.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/omines/antispam-bundle/0.1/config/packages/antispam.yaml b/omines/antispam-bundle/0.1/config/packages/antispam.yaml index 1ff3d6dd2..a0b51e291 100644 --- a/omines/antispam-bundle/0.1/config/packages/antispam.yaml +++ b/omines/antispam-bundle/0.1/config/packages/antispam.yaml @@ -39,7 +39,6 @@ antispam: when@test: antispam: - # 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 + # In automated tests the bundle and included components are by default disabled. You can still + # enable them for individual test cases via the main AntiSpam service. + enabled: false