Move settings & library policy alterations to own alter subscriber

Created on 12 May 2024, 11 months ago
Updated 17 June 2024, 10 months ago

Problem/Motivation

The module's subscriber to ResponseEvent also applies directives according to the values in settings and from all of the libraries available. This could be separated out to it's own subscribers with a high priority.

Proposed resolution

Create a new SettingsCspSubscriber, with a high priority, that appends values to directives based on configuration.
Create a new LibrariesCspSubscriber, with a not as high priority, that appends values parsed from libraries.

Remaining tasks

User interface changes

API changes

Other modules with non-default priorities for their subscriber may need to adjust their priority to maintain the desired order.

Data model changes

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇨🇦Canada gapple

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