Skip to content
Snippets Groups Projects
Commit 8b546894 authored by Geoff Appleby's avatar Geoff Appleby
Browse files

Issue #3410651: Add missing service definition for policy helper

parent fa42f1e6
Branches
Tags
No related merge requests found
Pipeline #179055 passed with warnings
......@@ -2,6 +2,10 @@ services:
csp.nonce:
class: Drupal\csp\Nonce
csp.policy_helper:
class: Drupal\csp\PolicyHelper
arguments:
- '@csp.nonce'
csp.response_listener:
class: Drupal\csp\EventSubscriber\ResponseCspSubscriber
arguments:
......@@ -12,6 +16,7 @@ services:
- '@csp.nonce'
tags:
- { name: event_subscriber }
csp.library_policy_builder:
class: Drupal\csp\LibraryPolicyBuilder
arguments:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment