NetEscapades.AspNetCore.SecurityHeaders.TagHelpers
0.15.0
See the version list below for details.
dotnet add package NetEscapades.AspNetCore.SecurityHeaders.TagHelpers --version 0.15.0
NuGet\Install-Package NetEscapades.AspNetCore.SecurityHeaders.TagHelpers -Version 0.15.0
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders.TagHelpers" Version="0.15.0" />
paket add NetEscapades.AspNetCore.SecurityHeaders.TagHelpers --version 0.15.0
#r "nuget: NetEscapades.AspNetCore.SecurityHeaders.TagHelpers, 0.15.0"
// Install NetEscapades.AspNetCore.SecurityHeaders.TagHelpers as a Cake Addin #addin nuget:?package=NetEscapades.AspNetCore.SecurityHeaders.TagHelpers&version=0.15.0 // Install NetEscapades.AspNetCore.SecurityHeaders.TagHelpers as a Cake Tool #tool nuget:?package=NetEscapades.AspNetCore.SecurityHeaders.TagHelpers&version=0.15.0
Tag Helpers for the ASP.NET Core Security Headers middleware for adding Nonces for use with SecurityHeadersMiddleware
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.0
- NetEscapades.AspNetCore.SecurityHeaders (>= 0.15.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Razor (>= 2.0.0)
- NetEscapades.AspNetCore.SecurityHeaders (>= 0.15.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NetEscapades.AspNetCore.SecurityHeaders.TagHelpers:
Package | Downloads |
---|---|
FamilyHubs.SharedKernel.Razor
Package Description |
|
KoloDev.GDS.UI
Kolo GDS UI Accelerator |
|
Etch.Cms.Umbraco.Civic
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on NetEscapades.AspNetCore.SecurityHeaders.TagHelpers:
Repository | Stars |
---|---|
damienbod/AspNetCoreHybridFlowWithApi
Different ASP.NET Core applications using OpenID Connect Hybrid flow Code Flow, Code Flow with PKCE, JWT APIs, MFA examples
|
|
damienbod/AspNetCoreOpeniddict
OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs
|
|
damienbod/IdentityServer4AspNetCoreIdentityTemplate
An ASP.NET Core 6.0 IdentityServer4 Identity Bootstrap 4 template with localization
|
|
damienbod/AspNetCoreAngularSignalRSecurity
Security with ASP.NET Core, SignalR and Angular
|
|
damienbod/IdentityServer4VueJs
IdentityServer4 Vue.js oidc-client-js OpenID Connect code flow with PKCE
|
Version | Downloads | Last updated |
---|---|---|
0.23.0 | 2,027 | 8/26/2024 |
0.22.0 | 26,213 | 6/14/2024 |
0.21.0 | 133,532 | 9/29/2023 |
0.20.0 | 29,116 | 7/10/2023 |
0.19.0 | 6,027 | 6/12/2023 |
0.18.0 | 101,721 | 1/2/2023 |
0.17.0 | 63,255 | 6/28/2022 |
0.16.1 | 73,378 | 11/23/2021 |
0.16.0 | 20,452 | 8/1/2021 |
0.15.0 | 1,688 | 6/26/2021 |
0.14.0 | 2,821 | 4/21/2021 |
0.13.0 | 10,449 | 2/9/2021 |
0.12.1 | 53,647 | 10/2/2020 |
0.12.0 | 621 | 10/1/2020 |
0.11.2 | 1,499 | 7/27/2020 |
0.11.1 | 586 | 7/27/2020 |
0.11.0 | 56,011 | 10/31/2019 |
0.10.0 | 715 | 9/27/2019 |
0.9.0 | 15,998 | 10/28/2018 |
Features:
* Add support for creating custom CSP directives with `CspDirectiveBuilder`. Enables creating custom directives (for example unsupported, draft, directives) that require nonce or hash values
BugFix:
* Add missing `EncryptedMedia` directive to permissions policy (Thanks @jotoledo)
See https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders/blob/master/CHANGELOG.md#v0150 for more details.