andrewlock / NetEscapades.AspNetCore.SecurityHeaders

Small package to allow adding security headers to ASP.NET Core websites
MIT License
701 stars 73 forks source link

Allow cutsomizing the headers per request #174

Closed andrewlock closed 2 months ago

andrewlock commented 3 months ago

Add hooks that allow swapping out the HeaderPolicyCollection applied for a request completely

Fixes #64 Fixes #114