Y
Hacker News
new
|
ask
|
show
|
jobs
by
DrStartup
328 days ago
XUL! why not just use htmx and the platform?
1 comments
cluckindan
328 days ago
Because using htmx is asking to get defaced via XSS, or worse. Security is an afterthought for the project, which is evident from the placement of the related documentation.
link
recursivedoubts
327 days ago
security rules for htmx are no different than any other hypermedia approach: you need to escape all user content
https://htmx.org/essays/web-security-basics-with-htmx/
link
rockwotj
327 days ago
How is this better?
link
cluckindan
327 days ago
It probably isn’t.
link