NetEscapades.AspNetCore.SecurityHeaders
0.18.0
dotnet add package NetEscapades.AspNetCore.SecurityHeaders --version 0.18.0
NuGet\Install-Package NetEscapades.AspNetCore.SecurityHeaders -Version 0.18.0
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.18.0" />
paket add NetEscapades.AspNetCore.SecurityHeaders --version 0.18.0
#r "nuget: NetEscapades.AspNetCore.SecurityHeaders, 0.18.0"
// Install NetEscapades.AspNetCore.SecurityHeaders as a Cake Addin
#addin nuget:?package=NetEscapades.AspNetCore.SecurityHeaders&version=0.18.0
// Install NetEscapades.AspNetCore.SecurityHeaders as a Cake Tool
#tool nuget:?package=NetEscapades.AspNetCore.SecurityHeaders&version=0.18.0
Middleware for ASP.NET Core to automatically add security headers to requests.
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
-
.NETFramework 4.7.2
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on NetEscapades.AspNetCore.SecurityHeaders:
Package | Downloads |
---|---|
NetEscapades.AspNetCore.SecurityHeaders.TagHelpers
Tag Helpers for the ASP.NET Core Security Headers middleware for adding Nonces for use with SecurityHeadersMiddleware |
|
Ark.Tools.AspNetCore
Tools and base classes for AspNetCore as in Ark-way of using it |
|
Indigina.AspNet
This NuGet package contains Asp Net extensions Layer for Indigina projects. |
|
Logibricks.Utility
Package Description |
|
KoloDev.GDS.UI
Kolo GDS UI Accelerator |
GitHub repositories (9)
Showing the top 5 popular GitHub repositories that depend on NetEscapades.AspNetCore.SecurityHeaders:
Repository | Stars |
---|---|
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
|
|
asadsahi/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
|
|
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
|
|
grandnode/grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
|
|
damienbod/IdentityServer4AspNetCoreIdentityTemplate
An ASP.NET Core 6.0 IdentityServer4 Identity Bootstrap 4 template with localization
|
Version | Downloads | Last updated |
---|---|---|
0.18.0 | 33,685 | 1/2/2023 |
0.17.0 | 356,998 | 6/28/2022 |
0.16.1 | 624,341 | 11/23/2021 |
0.16.0 | 199,314 | 8/1/2021 |
0.15.0 | 144,540 | 6/26/2021 |
0.14.0 | 113,796 | 4/21/2021 |
0.13.0 | 105,052 | 2/9/2021 |
0.12.1 | 245,692 | 10/2/2020 |
0.12.0 | 1,960 | 10/1/2020 |
0.11.2 | 104,422 | 7/27/2020 |
0.11.1 | 657 | 7/27/2020 |
0.11.0 | 501,095 | 10/31/2019 |
0.10.0 | 15,894 | 9/27/2019 |
0.9.0 | 413,724 | 10/28/2018 |
0.8.0 | 13,492 | 10/10/2018 |
0.7.1 | 11,330 | 8/29/2018 |
0.7.0 | 65,086 | 1/14/2018 |
0.6.0 | 4,744 | 12/11/2017 |
0.5.0 | 1,406 | 12/5/2017 |
0.4.1 | 28,728 | 9/27/2017 |
0.3.1 | 46,860 | 4/14/2017 |
0.3.0 | 7,773 | 3/1/2017 |
0.2.1 | 13,726 | 9/14/2016 |
0.1.1 | 1,308 | 8/12/2016 |
0.1.0 | 1,395 | 8/2/2016 |
0.1.0-beta-0003 | 863 | 6/2/2016 |
Features:
* Add support for applying document headers (such as CSP) to all responses (#130)
* Add support for `unsafe-hashes` and `wasm-unsafe-eval` (#125)
* Add support for Report-To directive in Content-Security-Policy (#126)
* Add support for sandbox directive in Content-Security-Policy (#127)
* Add support for Reporting-Endpoints header (part of the Reporting API) (#128)
Bugfix:
* Document headers (such as CSP) are now applied to `application/javascript` in addition to `text/html` (#130)
See https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders/blob/master/CHANGELOG.md#v0180 for more details.