bennetthardwick / simple-dev-blog-zola-starter

A simple dev-blog theme for Zola.
MIT License
49 stars 23 forks source link

style-src 'unsafe-inline' required #18

Open greenwoodcm opened 1 year ago

greenwoodcm commented 1 year ago

Hi,

This theme is great! One thing i noticed when deploying it is that we need to set style-src to include 'unsafe-inline' for the styling to work. this is needed because you use inline CSS to map site config like link color to CSS variables. is there any way to structure this without inline CSS, for security posture?