Class NoSniffCheck
Health check for the recommended production setup regarding the X-Content-Type-Options header.
Namespace: Umbraco.Cms.Core.HealthChecks.Checks.Security
Assembly: Umbraco.Core.dll
Syntax
public class NoSniffCheck : BaseHttpHeaderCheck, IDiscoverable
Constructors
View SourceNoSniffCheck(IHostingEnvironment, ILocalizedTextService)
Initializes a new instance of the NoSniffCheck class.
Declaration
public NoSniffCheck(IHostingEnvironment hostingEnvironment, ILocalizedTextService textService)
Parameters
Type | Name | Description |
---|---|---|
IHostingEnvironment | hostingEnvironment | |
ILocalizedTextService | textService |
Properties
View SourceReadMoreLink
Gets a link to an external read more page.
Declaration
protected override string ReadMoreLink { get; }
Property Value
Type | Description |
---|---|
System.String |