user@runtime:~/blog$ grep -l "xss" posts/*.md

xss

1 post tagged with xss.

2025-12-11 4m

Content Security Policy Headers in ASP.NET Core

How to implement Content Security Policy headers to mitigate XSS and data injection attacks in ASP.NET Core applications.