Enable and configure honeypot (only add to non-privileged-accessible forms)
Ref #12
This commit is contained in:
parent
06593aa36e
commit
cbb35dde19
3 changed files with 94 additions and 0 deletions
26
config/sync/honeypot.settings.yml
Normal file
26
config/sync/honeypot.settings.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
unprotected_forms:
|
||||
- user_login_form
|
||||
- search_form
|
||||
- search_block_form
|
||||
- views_exposed_form
|
||||
- honeypot_settings_form
|
||||
protect_all_forms: false
|
||||
log: false
|
||||
element_name: site
|
||||
time_limit: 6
|
||||
expire: 300
|
||||
form_settings:
|
||||
user_register_form: true
|
||||
user_pass: false
|
||||
contact_message_feedback_form: true
|
||||
contact_message_personal_form: true
|
||||
node_article_form: false
|
||||
node_blog_form: false
|
||||
node_collection_form: false
|
||||
node_gleaning_form: false
|
||||
node_landing_page_form: false
|
||||
node_page_form: false
|
||||
node_people_form: false
|
||||
comment_comment_form: true
|
||||
_core:
|
||||
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
Loading…
Add table
Add a link
Reference in a new issue