Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.HealthChecks.DocumentationLinks.Security

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    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

    CspHeaderCheck

    Declaration
    public const string CspHeaderCheck = "https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP"
    Field Value
    Type Description
    System.String
    View Source

    ExcessiveHeadersCheck

    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
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ClickJackingCheck
      • CspHeaderCheck
      • ExcessiveHeadersCheck
      • HstsCheck
      • NoSniffCheck
      • UmbracoApplicationUrlCheck
      • XssProtectionCheck
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX