a-h / templ

A language for writing HTML user interfaces in Go.
https://templ.guide/
MIT License
7.14k stars 236 forks source link

generator: Add nonce support for style tags #792

Open maersu opened 3 weeks ago

maersu commented 3 weeks ago

Thanks for the awesome templ package!

With v0.2.707, there was the introduction of adding nonce to the script tag. It would be perfect to add it for style tags as well since they also support nonce.

While inline styles are handy, they also allow some CSS injection if a hacker can inject an inline style into the HTML.