1 reference to XFrameOptionsDeny
System.Net.Http (1)
System\Net\Http\Headers\KnownHeaders.cs (1)
105
public static readonly KnownHeader XFrameOptions = new KnownHeader("X-Frame-Options", HttpHeaderType.Custom, null, new string[] { "DENY", "SAMEORIGIN" }, http3StaticTableIndex: H3StaticTable.
XFrameOptionsDeny
);