Adding UmbracoApplicationUrlCheck "Read more" URL
This commit is contained in:
committed by
Bjarke Berg
parent
be53ccf1fd
commit
0ea5f6a02c
@@ -1,4 +1,4 @@
|
||||
namespace Umbraco.Cms.Core
|
||||
namespace Umbraco.Cms.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines constants.
|
||||
@@ -20,15 +20,16 @@
|
||||
|
||||
public const string CompilationDebugCheck = "https://umbra.co/healthchecks-compilation-debug";
|
||||
}
|
||||
|
||||
public static class Configuration
|
||||
{
|
||||
public const string MacroErrorsCheck = "https://umbra.co/healthchecks-macro-errors";
|
||||
public const string TrySkipIisCustomErrorsCheck = "https://umbra.co/healthchecks-skip-iis-custom-errors";
|
||||
public const string NotificationEmailCheck = "https://umbra.co/healthchecks-notification-email";
|
||||
}
|
||||
|
||||
public static class FolderAndFilePermissionsCheck
|
||||
{
|
||||
|
||||
public const string FileWriting = "https://umbra.co/healthchecks-file-writing";
|
||||
public const string FolderCreation = "https://umbra.co/healthchecks-folder-creation";
|
||||
public const string FileWritingForPackages = "https://umbra.co/healthchecks-file-writing-for-packages";
|
||||
@@ -37,7 +38,7 @@
|
||||
|
||||
public static class Security
|
||||
{
|
||||
|
||||
public const string UmbracoApplicationUrlCheck = "https://umbra.co/healthchecks-umbraco-application-url";
|
||||
public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking";
|
||||
public const string HstsCheck = "https://umbra.co/healthchecks-hsts";
|
||||
public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff";
|
||||
@@ -46,7 +47,6 @@
|
||||
|
||||
public static class HttpsCheck
|
||||
{
|
||||
|
||||
public const string CheckIfCurrentSchemeIsHttps = "https://umbra.co/healthchecks-https-request";
|
||||
public const string CheckHttpsConfigurationSetting = "https://umbra.co/healthchecks-https-config";
|
||||
public const string CheckForValidCertificate = "https://umbra.co/healthchecks-valid-certificate";
|
||||
|
||||
Reference in New Issue
Block a user