Add Honeypot module
This commit is contained in:
parent
286beba2c4
commit
c480573b9e
4 changed files with 85 additions and 1 deletions
64
composer.lock
generated
64
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "11653dcfc59172809431645540fa981b",
|
||||
"content-hash": "45ee4839265d8526697b7d951fc351a2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -2440,6 +2440,68 @@
|
|||
"issues": "https://www.drupal.org/project/issues/google_analytics"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/honeypot",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/honeypot.git",
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/honeypot-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "6f8701f5be173595318e6afe9ff744edb324f85c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.0 || ^9.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1588105107",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jeff Geerling",
|
||||
"homepage": "https://www.drupal.org/user/213194",
|
||||
"email": "geerlingguy@mac.com"
|
||||
},
|
||||
{
|
||||
"name": "geerlingguy",
|
||||
"homepage": "https://www.drupal.org/user/389011"
|
||||
},
|
||||
{
|
||||
"name": "vijaycs85",
|
||||
"homepage": "https://www.drupal.org/user/93488"
|
||||
}
|
||||
],
|
||||
"description": "Mitigates spam form submissions using the honeypot method.",
|
||||
"homepage": "https://www.drupal.org/project/honeypot",
|
||||
"keywords": [
|
||||
"deterrent",
|
||||
"form",
|
||||
"honeypot",
|
||||
"honeytrap",
|
||||
"php",
|
||||
"spam"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/honeypot",
|
||||
"issues": "https://www.drupal.org/project/issues/honeypot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/hook_event_dispatcher",
|
||||
"version": "1.28.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue