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

headers

2 posts tagged with headers.

2025-12-27 4m

Security Headers Middleware for ASP.NET Core

Building a comprehensive security headers middleware for ASP.NET Core that covers X-Content-Type-Options, X-Frame-Options, Referrer-Policy, and more.

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.