From 82e04e27184ccdd8614b29904628318a96f0e709 Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Thu, 9 Jan 2025 12:29:21 -0500 Subject: [PATCH] BSD fixes #263: Added new site key, require JS, added new captcha point for user wide contact form. --- ...aptcha.captcha_point.contact_message_site_wide_form.yml | 7 +++++++ config/sync/captcha.settings.yml | 4 ++-- config/sync/recaptcha.settings.yml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 config/sync/captcha.captcha_point.contact_message_site_wide_form.yml diff --git a/config/sync/captcha.captcha_point.contact_message_site_wide_form.yml b/config/sync/captcha.captcha_point.contact_message_site_wide_form.yml new file mode 100644 index 00000000..9b8d9863 --- /dev/null +++ b/config/sync/captcha.captcha_point.contact_message_site_wide_form.yml @@ -0,0 +1,7 @@ +uuid: 5aec9377-19a3-4f49-a18a-c8678852a4cc +langcode: en +status: false +dependencies: { } +formId: contact_message_site_wide_form +captchaType: default +label: contact_message_site_wide_form diff --git a/config/sync/captcha.settings.yml b/config/sync/captcha.settings.yml index 10cb7eb6..8cfa78b0 100644 --- a/config/sync/captcha.settings.yml +++ b/config/sync/captcha.settings.yml @@ -11,5 +11,5 @@ whitelist_ips: '' wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.' default_validation: 1 persistence: 1 -enable_stats: false -log_wrong_responses: false +enable_stats: true +log_wrong_responses: true diff --git a/config/sync/recaptcha.settings.yml b/config/sync/recaptcha.settings.yml index b8d02ebf..a27ab138 100644 --- a/config/sync/recaptcha.settings.yml +++ b/config/sync/recaptcha.settings.yml @@ -1,6 +1,6 @@ _core: default_config_hash: ByOVf1cU9r5NkZ4ieBJ7k9sUid6jb03ojMN1gjJ0-OU -site_key: 6LeF1UgaAAAAACr6bP08beiNRUepZHWtICv_PLIQ +site_key: 6LfH1LIqAAAAACvGsKyYIZj3f4yHu3DH7jyN2dBX secret_key: 'Set by env variable RECAPTCHA_SECRET_KEY' verify_hostname: false use_globally: false @@ -8,4 +8,4 @@ widget: theme: light type: image size: '' - noscript: true + noscript: false