Add Honeypot module
This commit is contained in:
parent
286beba2c4
commit
c480573b9e
4 changed files with 85 additions and 1 deletions
20
config/default/honeypot.settings.yml
Normal file
20
config/default/honeypot.settings.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
unprotected_forms:
|
||||
- user_login_form
|
||||
- search_form
|
||||
- search_block_form
|
||||
- views_exposed_form
|
||||
- honeypot_settings_form
|
||||
protect_all_forms: true
|
||||
log: true
|
||||
element_name: url
|
||||
time_limit: 5
|
||||
expire: 300
|
||||
form_settings:
|
||||
user_register_form: false
|
||||
user_pass: false
|
||||
node_page_form: false
|
||||
node_post_form: false
|
||||
node_talk_form: false
|
||||
node_workshop_form: false
|
||||
_core:
|
||||
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
Loading…
Add table
Add a link
Reference in a new issue