Files
codeql/csharp/ql/test/library-tests/overlay/base/web.changed.config
2025-11-10 15:38:29 +01:00

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>