- Issue created by @gapple
- Merge request !40Update ResponseCspSubscriber for compatibility with 2.x → (Merged) created by gapple
- Status changed to Fixed
10 months ago 11:06am 3 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
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.
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.
Other modules with non-default priorities for their subscriber may need to adjust their priority to maintain the desired order.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.