1
- namespace Umbraco . Cms . Core
1
+ namespace Umbraco . Cms . Core
2
2
{
3
3
/// <summary>
4
4
/// Defines constants.
@@ -20,15 +20,16 @@ public static class LiveEnvironment
20
20
21
21
public const string CompilationDebugCheck = "https://umbra.co/healthchecks-compilation-debug" ;
22
22
}
23
+
23
24
public static class Configuration
24
25
{
25
26
public const string MacroErrorsCheck = "https://umbra.co/healthchecks-macro-errors" ;
26
27
public const string TrySkipIisCustomErrorsCheck = "https://umbra.co/healthchecks-skip-iis-custom-errors" ;
27
28
public const string NotificationEmailCheck = "https://umbra.co/healthchecks-notification-email" ;
28
29
}
30
+
29
31
public static class FolderAndFilePermissionsCheck
30
32
{
31
-
32
33
public const string FileWriting = "https://umbra.co/healthchecks-file-writing" ;
33
34
public const string FolderCreation = "https://umbra.co/healthchecks-folder-creation" ;
34
35
public const string FileWritingForPackages = "https://umbra.co/healthchecks-file-writing-for-packages" ;
@@ -37,7 +38,7 @@ public static class FolderAndFilePermissionsCheck
37
38
38
39
public static class Security
39
40
{
40
-
41
+ public const string UmbracoApplicationUrlCheck = "https://umbra.co/healthchecks-umbraco-application-url" ;
41
42
public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking" ;
42
43
public const string HstsCheck = "https://umbra.co/healthchecks-hsts" ;
43
44
public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff" ;
@@ -46,7 +47,6 @@ public static class Security
46
47
47
48
public static class HttpsCheck
48
49
{
49
-
50
50
public const string CheckIfCurrentSchemeIsHttps = "https://umbra.co/healthchecks-https-request" ;
51
51
public const string CheckHttpsConfigurationSetting = "https://umbra.co/healthchecks-https-config" ;
52
52
public const string CheckForValidCertificate = "https://umbra.co/healthchecks-valid-certificate" ;
0 commit comments