Click or drag to resize

AntiForgeryConfigSuppressXFrameOptionsHeader Property

Specifies whether to suppress the generation of X-Frame-Options header which is used to prevent ClickJacking. By default, the X-Frame-Options header is generated with the value SAMEORIGIN. If this setting is true, the X-Frame-Options header will not be generated for the response.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool SuppressXFrameOptionsHeader { get; set; }
View Source

Property Value

Boolean
See Also