Ephera to Programmer HumorEnglish · 10 months agoSingle-Page Applicationimagemessage-square117fedilinkarrow-up1522arrow-down132
arrow-up1490arrow-down1imageSingle-Page ApplicationEphera to Programmer HumorEnglish · 10 months agomessage-square117fedilink
minus-squarerwhitisissle@lemmy.worldlinkfedilinkarrow-up1·10 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.