SecurityHeadersMiddleware
SecurityHeadersMiddleware copied to clipboard
.NET Core
Any plan to upgrade the package to .net core?
Hi. Yes, but I wont have time before september to start porting. If you have time I do appreciate a PR :smile:
If I've time, I'll do.
In the meantime if someone want to use this library with .net core, here a workaround
https://github.com/aspnet-contrib/AspNet.Hosting.Extensions
Thanks. Put it on the readme.
fyi: I've started a new branch to migrate the whole project to .net core. Because of it's internals it's quite a bit work to do so. Actual I've started a "new" project YAWebSec to have a "clean" start for dotnet core - but now I see it as a spike to get started here :smiley: .
So I've reconsidered to do the work in this project (I'll delete later YAWebSec) and bump SecurityHeadersMiddleware to Verson 3. I think I have to map the "Projects" according to: SecurityHeaders.Owin -> to my actual NuGet-Package (Security Headers Middleware) And two Integration Packages Owin-AppBuilder (Katana) and AspNetCore.