Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ClickJackingCheck

    The documentation link for click jacking check.

    Declaration
    public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking"
    Field Value
    Type Description
    string
    View Source

    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
    View Source

    ExcessiveHeadersCheck

    The documentation link for excessive headers check.

    Declaration
    public const string ExcessiveHeadersCheck = "https://umbra.co/healthchecks-excessive-headers"
    Field Value
    Type Description
    string
    View Source

    HstsCheck

    The documentation link for HSTS check.

    Declaration
    public const string HstsCheck = "https://umbra.co/healthchecks-hsts"
    Field Value
    Type Description
    string
    View Source

    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
    View Source

    NoSniffCheck

    The documentation link for no-sniff check.

    Declaration
    public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff"
    Field Value
    Type Description
    string
    View Source

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX