Closed dbo closed 3 years ago
The spec defines directives in kebab-case, e.g. script-src, these are currently not picked up, but appear as undefined.
script-src
undefined
Since the camel-cased directives are sensible as well, supporting both would be nice.
This has been supported in 2.1.0. Thank you.
🌱 Feature Request
Is your feature request related to a problem? Please describe.
The spec defines directives in kebab-case, e.g.
script-src
, these are currently not picked up, but appear asundefined
.Describe the solution you'd like
Since the camel-cased directives are sensible as well, supporting both would be nice.