Enable and configure Honeypot
This commit is contained in:
parent
9e25d34d97
commit
ac20bff236
4 changed files with 192 additions and 0 deletions
29
config/sync/honeypot.settings.yml
Normal file
29
config/sync/honeypot.settings.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
unprotected_forms:
|
||||
- user_login_form
|
||||
- search_form
|
||||
- search_block_form
|
||||
- views_exposed_form
|
||||
- honeypot_settings_form
|
||||
protect_all_forms: true
|
||||
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
|
||||
node_action_form: false
|
||||
node_article_form: false
|
||||
node_blog_form: false
|
||||
node_campaign_form: false
|
||||
node_case_study_form: false
|
||||
node_event_form: false
|
||||
node_landing_page_form: false
|
||||
node_page_form: false
|
||||
node_people_form: false
|
||||
node_resource_form: false
|
||||
comment_comment_form: false
|
||||
_core:
|
||||
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
Loading…
Add table
Add a link
Reference in a new issue