- Issue created by @gapple
- Status changed to Fixed
almost 2 years ago 8:05pm 29 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The extlink module defines a library asset for a route that provides a dynamic script. To avoid other modules throwing errors when they assume that a file exists on disk for the asset path, the asset is defined as external
. When CSP parses the library definition it assumes that all external
assets have a host, resulting in an empty value that causes a downstream warning.
#3223558-20: Hundreds of log entries: Uninitialized string offset: 0 →
Enable the CSP and Extlink modules.
Filter empty host values in LibraryPolicyBuilder::getLibrarySources()
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.