forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
19 lines
514 B
JSON
19 lines
514 B
JSON
{
|
|
"name": "drupal/remove_http_headers",
|
|
"description": "Removes configured HTTP Response headers.",
|
|
"type": "drupal-module",
|
|
"homepage": "https://drupal.org/project/remove_http_headers",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": ["Drupal", "HTTP headers", "Security"],
|
|
"authors": [
|
|
{
|
|
"name": "Orlando Thöny",
|
|
"email": "orlando.thoeny@gmail.com",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"require": {
|
|
"drupal/core": "^10.0"
|
|
}
|
|
}
|