Only inflict honeypot on specific forms
This commit is contained in:
parent
563ffa4742
commit
eb8d240756
1 changed files with 6 additions and 6 deletions
|
@ -4,16 +4,16 @@ unprotected_forms:
|
||||||
- search_block_form
|
- search_block_form
|
||||||
- views_exposed_form
|
- views_exposed_form
|
||||||
- honeypot_settings_form
|
- honeypot_settings_form
|
||||||
protect_all_forms: true
|
protect_all_forms: false
|
||||||
log: false
|
log: false
|
||||||
element_name: url
|
element_name: url
|
||||||
time_limit: 5
|
time_limit: 5
|
||||||
expire: 300
|
expire: 300
|
||||||
form_settings:
|
form_settings:
|
||||||
user_register_form: false
|
user_register_form: true
|
||||||
user_pass: false
|
user_pass: true
|
||||||
contact_message_feedback_form: false
|
contact_message_feedback_form: true
|
||||||
contact_message_personal_form: false
|
contact_message_personal_form: true
|
||||||
node_action_form: false
|
node_action_form: false
|
||||||
node_article_form: false
|
node_article_form: false
|
||||||
node_blog_form: false
|
node_blog_form: false
|
||||||
|
@ -24,6 +24,6 @@ form_settings:
|
||||||
node_page_form: false
|
node_page_form: false
|
||||||
node_people_form: false
|
node_people_form: false
|
||||||
node_resource_form: false
|
node_resource_form: false
|
||||||
comment_comment_form: false
|
comment_comment_form: true
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
||||||
|
|
Loading…
Reference in a new issue