490
Single-Page Application
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
CSP works on the browser API level - all HTMX does is what you could do yourself with any AJAX: send an HTTP request to an endpoint. If the CSP disallows that endpoint, it will fail.