mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
7 lines
200 B
XML
7 lines
200 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.web>
|
|
<httpRuntime maxRequestLength="262144" /> <!-- $ Alert[cs/web/large-max-request-length] -->
|
|
</system.web>
|
|
</configuration>
|