We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5909952 commit 43ad921Copy full SHA for 43ad921
src/WebJobs.Script.WebHost/web.config
@@ -9,6 +9,11 @@
9
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
10
</handlers>
11
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" />
12
+ <security>
13
+ <requestFiltering>
14
+ <requestLimits maxQueryString="4069" maxUrl="8192" maxAllowedContentLength="104857600"/>
15
+ </requestFiltering>
16
+ </security>
17
</system.webServer>
18
<runtime>
19
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
0 commit comments