A simple middleware for ASP.NET Core 2+ to add the Content-Security-Policy http header.
Info
Version: | 1.1.0 |
Author(s): | Daeds |
Last Update: | Saturday, December 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/daeds/daeds-csp |
NuGet Url: | https://www.nuget.org/packages/Daeds.Csp |
Install
Install-Package Daeds.Csp
dotnet add package Daeds.Csp
paket add Daeds.Csp
Daeds.Csp Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)