public enum HeadersPolicies : System.Enum
public enum HeadersPolicies : System.Enum
Member | Description |
---|---|
ContentSecurityPolicyTrustExternalSources | Indicates that the browser will have a CSP will only trust own domain as well as specified external CDN's |
ContentSecurityPolicyTrustOnlySelf | Indicates that the browser will have a CSP will only trust own domain |
ContentTypeOptionsNoSniff | indicates that the browser will have X-Content-Type-Options nosniff to all headers. |
DoNotTrack | Indicates that 3rd party "do not track signal" is configured. |
FrameOptionsDeny | Indicates that the pages cannot be displayed in a frame, regardless of the site attempting to do so |
FrameOptionsSameOrigin | indicates that only frames are allowed that are of this domain |
None | No policy has been applied, headers are not protected by the browser or firewall |
StrictTransportSecurityMaxAge | Indicates that the browser is to honor Strict-Transport-Security max-age to all requests in this domain but not sub domains and tells the browser to cache the domain in the STS list for the number of seconds provided. |
StrictTransportSecurityMaxAgeIncludeSubDomains | Indicates that the browser is to honor Strict-Transport-Security max-age to all requests in the domain and sub domains and tells the browser to cache the domain in the STS list for the number of seconds provided. |
StrictTransportSecurityNoCache | Add Strict-Transport-Security max-age=0 to all requests and ells the browser to remove, or not cache the host in the STS cache |
XssProtectionDisabled | Indicates that the pages do not have XSS protection |
XssProtectionEnabled | Indicates that the pages have XSS protection |
XssProtectionWithBlockEnabled | Indicates that the pages have XSS protection and tells the browser to block |
XssProtectionWithReportEnabled | Indicates that the pages have XSS protection and tells the browser to report |
System.Object
System.ValueType
System.Enum
Walter.Web.FireWall.Headers.HeadersPolicies
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2