Skip to content

Commit 8e05f36

Browse files
committed
Disabling ASP.NET version header
1 parent 9fd02c3 commit 8e05f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<clear />
3636
</namespaces>
3737
</pages>
38-
<httpRuntime targetFramework="4.5" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" />
38+
<httpRuntime targetFramework="4.5" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false"/>
3939
</system.web>
4040
</location>
4141
<system.webServer>

0 commit comments

Comments
 (0)