Allow to enable CSP with a meta element
[issue link]Hello!
I’m just about to implement a proper CSP setup for my site and came across https://github.com/nuxt/nuxt.js/pull/2549. This is exactly what I need except for the fact that I’m using generate
and can not set headers.
Would you folks be open for a config option to decide between headers or a similar meta element in the head?
Thanks a bunch! 😃