View Source
Class Constants.HealthChecks.DocumentationLinks.Security
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Security
Fields
View Source
ClickJackingCheck
Declaration
public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string CspHeaderCheck = "https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string ExcessiveHeadersCheck = "https://umbra.co/healthchecks-excessive-headers"
Field Value
Type |
Description |
System.String |
|
View Source
HstsCheck
Declaration
public const string HstsCheck = "https://umbra.co/healthchecks-hsts"
Field Value
Type |
Description |
System.String |
|
View Source
NoSniffCheck
Declaration
public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoApplicationUrlCheck
Declaration
public const string UmbracoApplicationUrlCheck = "https://umbra.co/healthchecks-umbraco-application-url"
Field Value
Type |
Description |
System.String |
|
View Source
XssProtectionCheck
Declaration
public const string XssProtectionCheck = "https://umbra.co/healthchecks-xss-protection"
Field Value
Type |
Description |
System.String |
|