Enable and configure AntiBot to protect Contact and Training forms
This commit is contained in:
parent
7dbec35edf
commit
ea1daa3943
3 changed files with 36 additions and 0 deletions
12
config/sync/antibot.settings.yml
Normal file
12
config/sync/antibot.settings.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
form_ids:
|
||||
- comment_comment_form
|
||||
- user_login_form
|
||||
- user_pass
|
||||
- user_register_form
|
||||
- contact_message_feedback_form
|
||||
- contact_message_personal_form
|
||||
- webform-submission-training-node-58-add-form
|
||||
- webform-submission-contact-node-163-add-form
|
||||
show_form_ids: 1
|
||||
_core:
|
||||
default_config_hash: f8-7hVX66ftHnUweoB4XDVx8q1hEr4PiqFvPvFB6yRc
|
|
@ -0,0 +1,23 @@
|
|||
uuid: 8d3537a1-c75d-47f2-9d56-398adc51fb6f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- antibot
|
||||
id: config_sync.module.antibot
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: antibot
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: antibot.settings
|
||||
data:
|
||||
form_ids:
|
||||
- comment_comment_form
|
||||
- user_login_form
|
||||
- user_pass
|
||||
- user_register_form
|
||||
- contact_message_feedback_form
|
||||
- contact_message_personal_form
|
||||
show_form_ids: false
|
|
@ -5,6 +5,7 @@ module:
|
|||
admin_toolbar_tools: 0
|
||||
agaric_migration: 0
|
||||
allowed_formats: 0
|
||||
antibot: 0
|
||||
automated_cron: 0
|
||||
better_normalizers: 0
|
||||
block: 0
|
||||
|
|
Loading…
Reference in a new issue