Hacker News new | ask | show | jobs
by max_ 435 days ago
How does this compare to HTMX (security wise)?
2 comments

Same, you control your signals and fragments. So you are responsible for proper escaping and thoughtful design.
You can disable all use of eval with htmx. The tradeoff is one has to write a bit more JavaScript.

https://news.ycombinator.com/item?id=43650921

I have thoughts about a fully compliant CSP middleware, problem is it's per language so I'd probably only make for Go (maybe PHP & TS)
Hashes or nonces?
Hashed script content
Thank you for doing this. Is it possible to follow the work somewhere?
Not right now. CSP in a Datastar context is mostly a red herring. If an enterprise wants it to check a box then please reach out.