juunas11 / aspnetcore-security-headers

Middleware for adding security headers to an ASP.NET Core application.
MIT License
263 stars 43 forks source link

feat(CSP): add 'trusted-types' CSP directive support #58

Open luber opened 2 years ago

luber commented 2 years ago

add possibility to specify 'trusted-types' and 'require-trusted-types-for' CSP directives

re #57

mgroetan commented 5 months ago

Any chance of reviving this? Alternatively, is there a way to add custom directives to the CSP generated by the library?