Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agoSingle-Page Applicationlemmy.mlimagemessage-square169fedilinkarrow-up1521arrow-down132
arrow-up1489arrow-down1imageSingle-Page Applicationlemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agomessage-square169fedilink
minus-squarerwhitisissle@lemmy.worldlinkfedilinkarrow-up1·9 months agoCSP 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.
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.