From eb8d2407563c55b6a3bf648cde81aed087becb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 18 Aug 2019 16:48:59 -0400 Subject: [PATCH] Only inflict honeypot on specific forms --- config/sync/honeypot.settings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/sync/honeypot.settings.yml b/config/sync/honeypot.settings.yml index 97f95d4..0c04746 100644 --- a/config/sync/honeypot.settings.yml +++ b/config/sync/honeypot.settings.yml @@ -4,16 +4,16 @@ unprotected_forms: - search_block_form - views_exposed_form - honeypot_settings_form -protect_all_forms: true +protect_all_forms: false log: false element_name: url time_limit: 5 expire: 300 form_settings: - user_register_form: false - user_pass: false - contact_message_feedback_form: false - contact_message_personal_form: false + user_register_form: true + user_pass: true + contact_message_feedback_form: true + contact_message_personal_form: true node_action_form: false node_article_form: false node_blog_form: false @@ -24,6 +24,6 @@ form_settings: node_page_form: false node_people_form: false node_resource_form: false - comment_comment_form: false + comment_comment_form: true _core: default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw