Joonasw.AspNetCore.SecurityHeaders
3.0.0
.NET Standard 1.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Joonasw.AspNetCore.SecurityHeaders --version 3.0.0
NuGet\Install-Package Joonasw.AspNetCore.SecurityHeaders -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Joonasw.AspNetCore.SecurityHeaders" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Joonasw.AspNetCore.SecurityHeaders --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Joonasw.AspNetCore.SecurityHeaders, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Joonasw.AspNetCore.SecurityHeaders as a Cake Addin
#addin nuget:?package=Joonasw.AspNetCore.SecurityHeaders&version=3.0.0
// Install Joonasw.AspNetCore.SecurityHeaders as a Cake Tool
#tool nuget:?package=Joonasw.AspNetCore.SecurityHeaders&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Middleware for adding security headers to an ASP.NET Core application. Allows you to easily add Content Security Policy, Strict Transport Security, and Public Key Pins to an app.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.5
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Razor.Runtime (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.1)
- Microsoft.Extensions.Options (>= 1.1.2)
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.1.1)
- Microsoft.AspNetCore.Razor (>= 2.1.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- System.ValueTuple (>= 4.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Joonasw.AspNetCore.SecurityHeaders:
Package | Downloads |
---|---|
RezisFramework
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Joonasw.AspNetCore.SecurityHeaders:
Repository | Stars |
---|---|
exceptionless/Exceptionless
Exceptionless server and jobs
|
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 209,168 | 3/3/2022 |
3.0.0 | 668,108 | 10/24/2019 |
2.9.0 | 91,535 | 6/21/2019 |
2.8.1 | 86,726 | 1/1/2019 |
2.8.0 | 592 | 1/1/2019 |
2.7.0 | 63,946 | 8/11/2018 |
2.6.0 | 30,615 | 5/27/2018 |
2.5.1 | 4,209 | 5/1/2018 |
2.5.0 | 2,725 | 4/14/2018 |
2.4.1 | 955 | 4/14/2018 |
2.4.0 | 21,610 | 1/21/2018 |
2.3.0 | 1,853 | 1/6/2018 |
2.2.0 | 6,653 | 11/20/2017 |
2.1.0 | 7,247 | 10/29/2017 |
2.0.0 | 2,783 | 9/30/2017 |
1.1.2 | 14,618 | 7/14/2017 |
1.1.0 | 1,579 | 5/17/2017 |
1.0.1 | 3,404 | 1/23/2017 |
1.0.0 | 4,245 | 1/22/2017 |
Added support for require-sri-for CSP directive.