From c5fe1f3d83ea4854a26fc93067f49ffc25673ab5 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 5 Dec 2025 17:46:49 -0500 Subject: [PATCH] Add http response headers module --- composer.json | 1 + composer.lock | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2fff098..430a7c2 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 2a02723..3aff028 100644 --- a/composer.lock +++ b/composer.lock @@ -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" }