Only inflict honeypot on specific forms

This commit is contained in:
Benjamin Melançon 2019-08-18 16:48:59 -04:00
parent 563ffa4742
commit eb8d240756

View file

@ -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