mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
13 lines
273 B
XML
13 lines
273 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
</system.web>
|
|
<system.webServer>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<add name="MyOption" value="1" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
</system.webServer>
|
|
</configuration>
|