Add hook_csp_policy_alter for themes

Created on 18 December 2023, over 1 year ago
Updated 6 January 2024, about 1 year ago

Problem/Motivation

Provide an alter hook enabling themes to alter the CSP policy.

Proposed resolution

/**
 * Alters the CSP policy.
 *
 * This hook is only invoked for themes, modules should add an event subscriber listening to the CspEvents::POLICY_ALTER event.
 *
 * @param \Drupal\csp\Csp $policy
 *   The CSP policy.
 * @param \Symfony\Component\HttpFoundation\Response $response
 *   The response the policy is applied to.
 */
function hook_csp_policy_alter(Csp $policy, Response $response): void {}

Remaining tasks

Invoke the hook and document it in csp.api.php.

Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

🇧🇪Belgium dieterholvoet Brussels

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024