Add http response headers module

This commit is contained in:
Chris (wolcen) Thompson 2025-12-05 17:46:49 -05:00
parent 6b8f50b02b
commit c5fe1f3d83
2 changed files with 59 additions and 2 deletions

View file

@ -83,6 +83,7 @@
"drupal/gutenberg": "^2",
"drupal/http_cache_control": "^2",
"drupal/http_client_error_status": "^3",
"drupal/http_response_headers": "^3.0",
"drupal/ief_complex_open": "^1",
"drupal/indieweb": "^1",
"drupal/inotherwords": "dev-3.0.x@dev",

60
composer.lock generated
View file

@ -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": "cd0a23e862485ff802a0b4d6a53bc0f9",
"content-hash": "893642649e0f4796d466d3c8c14cbc0e",
"packages": [
{
"name": "abraham/twitteroauth",
@ -10813,6 +10813,62 @@
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/http_response_headers",
"version": "3.0.9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/http_response_headers.git",
"reference": "3.0.9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/http_response_headers-3.0.9.zip",
"reference": "3.0.9",
"shasum": "d04f03d0f65ba451f3a828eefd324be2ff7c09d9"
},
"require": {
"drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.9",
"datestamp": "1722936897",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL 2.0+"
],
"authors": [
{
"name": "mcdruid",
"homepage": "https://www.drupal.org/user/255969"
},
{
"name": "minnur",
"homepage": "https://www.drupal.org/user/702026"
},
{
"name": "mmcconnell",
"homepage": "https://www.drupal.org/user/3559324"
},
{
"name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488"
}
],
"description": "Allows addition, removal and modification of http headers.",
"homepage": "https://www.drupal.org/project/http_response_headers",
"support": {
"source": "https://git.drupalcode.org/project/http_response_headers"
}
},
{
"name": "drupal/ief_complex_open",
"version": "dev-1.0.x",
@ -27239,5 +27295,5 @@
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.9.0"
}