- Issue created by @apotek
Seckit does not include a place to configure the CSP `script-src-elem` directive.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cont...
CSP will fall back to using the `script-src` directive if the `script-src-elem` directive is missing, but it means that we can't use the seckit module to configure what domains we wish to allow in a
tag versus general script-src.Active
2.0
Code