mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
10 lines
271 B
XML
10 lines
271 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
<authentication>
|
|
<forms /> <!-- $ Alert[cs/web/requiressl-not-set] -->
|
|
</authentication>
|
|
<httpCookies /> <!-- $ Alert[cs/web/requiressl-not-set] -->
|
|
</system.web>
|
|
</configuration>
|