From e693841de9f1a98887880f7a4c9ed5c7bf7178bc Mon Sep 17 00:00:00 2001 From: lazysoundsystem Date: Mon, 14 Oct 2024 16:27:28 +0200 Subject: [PATCH] chore: remove csp module Refs: OPS-10786 --- composer.json | 4 ++-- composer.lock | 51 +-------------------------------------------------- 2 files changed, 3 insertions(+), 52 deletions(-) diff --git a/composer.json b/composer.json index 8f4e14f5..442af008 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,6 @@ "drupal/core-composer-scaffold": "^10", "drupal/core-dev": "^10", "drupal/core-recommended": "^10", - "drupal/csp": "^1.17", "drupal/default_content": "^2.0@alpha", "drupal/dynamic_entity_reference": "^3.2", "drupal/environment_indicator": "^4.0", @@ -121,8 +120,9 @@ "drupal/core-project-message": true, "oomphinc/composer-installers-extender": true, "orakili/composer-drupal-info-file-patch-helper": true, + "php-http/discovery": true, "phpstan/extension-installer": true, - "php-http/discovery": true + "tbachert/spi": true } }, "extra": { diff --git a/composer.lock b/composer.lock index 7a23bd24..8ca5ca63 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": "15efd294c4406f37e04c25113c987ec6", + "content-hash": "2aaa33a8f3f46b392c0289e118126df6", "packages": [ { "name": "asm89/stack-cors", @@ -3194,55 +3194,6 @@ }, "time": "2024-10-03T08:58:13+00:00" }, - { - "name": "drupal/csp", - "version": "1.33.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.33" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.33.zip", - "reference": "8.x-1.33", - "shasum": "c923468c3cf077bbc89967ee7fa6c6e48c7254df" - }, - "require": { - "drupal/core": "~10.0.0 || ^10.1.3 || ^11", - "ext-json": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.33", - "datestamp": "1721292907", - "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": "gapple", - "homepage": "https://www.drupal.org/user/490940" - } - ], - "description": "Provide Content-Security-Policy headers", - "homepage": "https://www.drupal.org/project/csp", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/csp", - "issues": "https://www.drupal.org/project/issues/csp" - } - }, { "name": "drupal/ctools", "version": "4.1.0",