aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
966 stars 333 forks source link

Correct HttpOnly description (#419) #429

Closed gregwoodio closed 3 years ago

gregwoodio commented 3 years ago

Quick PR to correct the CookieOptions HttpOnly description.

Tratcher commented 3 years ago

Thanks. It looks like a similar change was also made in ASP.NET Core https://github.com/dotnet/aspnetcore/commit/30a4b09d9fc859757ffecb08ce07c2c2cd8a3e9f.

Fixes https://github.com/aspnet/AspNetKatana/issues/419