To increase the security of my static web page, I would like to add a [Content Security Policy](https://content-security-policy.com/). By default, the policy is delivered by HTTP headers. But set HTTP headers are not always possible. A workaround is using <meta> tags to define a CSP. https://content-security-policy.com/examples/meta/