NetEscapades.AspNetCore.SecurityHeaders 0.14.0

.NET Core 3.0 .NET Standard 2.0 .NET Framework 4.6.1
There is a newer version of this package available.
See the version list below for details.
dotnet add package NetEscapades.AspNetCore.SecurityHeaders --version 0.14.0
NuGet\Install-Package NetEscapades.AspNetCore.SecurityHeaders -Version 0.14.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="NetEscapades.AspNetCore.SecurityHeaders" Version="0.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetEscapades.AspNetCore.SecurityHeaders --version 0.14.0
#r "nuget: NetEscapades.AspNetCore.SecurityHeaders, 0.14.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 NetEscapades.AspNetCore.SecurityHeaders as a Cake Addin
#addin nuget:?package=NetEscapades.AspNetCore.SecurityHeaders&version=0.14.0

// Install NetEscapades.AspNetCore.SecurityHeaders as a Cake Tool
#tool nuget:?package=NetEscapades.AspNetCore.SecurityHeaders&version=0.14.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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 145,818 1/2/2023
0.17.0 427,236 6/28/2022
0.16.1 703,684 11/23/2021
0.16.0 207,637 8/1/2021
0.15.0 148,580 6/26/2021
0.14.0 119,698 4/21/2021
0.13.0 106,527 2/9/2021
0.12.1 251,602 10/2/2020
0.12.0 1,971 10/1/2020
0.11.2 106,013 7/27/2020
0.11.1 667 7/27/2020
0.11.0 516,753 10/31/2019
0.10.0 16,150 9/27/2019
0.9.0 420,719 10/28/2018
0.8.0 14,196 10/10/2018
0.7.1 11,461 8/29/2018
0.7.0 66,156 1/14/2018
0.6.0 4,839 12/11/2017
0.5.0 1,423 12/5/2017
0.4.1 28,831 9/27/2017
0.3.1 47,448 4/14/2017
0.3.0 7,790 3/1/2017
0.2.1 13,743 9/14/2016
0.1.1 1,325 8/12/2016
0.1.0 1,561 8/2/2016
0.1.0-beta-0003 877 6/2/2016

Features:

* Add support for `interest-cohort=()` in `Permissions-Policy` directive (Thanks @jeremylindsayni)

BugFix:

* Rename `AddFrameSource()` -> `AddFrameSrc()` for consistency, and deprecate `AddFrameSource()`



See https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders/blob/master/CHANGELOG.md#v0140 for more details.