Class Constants.HealthChecks.DocumentationLinks.Security
Contains documentation links for security health checks.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.HealthChecks.DocumentationLinks.Security
Fields
View SourceClickJackingCheck
The documentation link for click jacking check.
Declaration
public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking"
Field Value
| Type | Description |
|---|---|
| string |
CspHeaderCheck
The documentation link for CSP header check.
Declaration
public const string CspHeaderCheck = "https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP"
Field Value
| Type | Description |
|---|---|
| string |
ExcessiveHeadersCheck
The documentation link for excessive headers check.
Declaration
public const string ExcessiveHeadersCheck = "https://umbra.co/healthchecks-excessive-headers"
Field Value
| Type | Description |
|---|---|
| string |
HstsCheck
The documentation link for HSTS check.
Declaration
public const string HstsCheck = "https://umbra.co/healthchecks-hsts"
Field Value
| Type | Description |
|---|---|
| string |
ImagingHMACSecretKeyCheck
The documentation link for the imaging HMAC secret key check.
Declaration
public const string ImagingHMACSecretKeyCheck = "https://docs.umbraco.com/umbraco-cms/reference/configuration/imagingsettings"
Field Value
| Type | Description |
|---|---|
| string |
NoSniffCheck
The documentation link for no-sniff check.
Declaration
public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff"
Field Value
| Type | Description |
|---|---|
| string |
UmbracoApplicationUrlCheck
The documentation link for Umbraco application URL check.
Declaration
public const string UmbracoApplicationUrlCheck = "https://umbra.co/healthchecks-umbraco-application-url"
Field Value
| Type | Description |
|---|---|
| string |