mirror of
https://github.com/github/codeql.git
synced 2026-03-27 17:58:17 +01:00
12 lines
288 B
XML
12 lines
288 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
</system.web>
|
|
<system.webServer>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<add name="X-Frame-Options" value="SAMEORIGIN" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
</system.webServer>
|
|
</configuration> |