Skip to content

Commit

Permalink
Merge pull request #38 from BertCotton/WebConfig
Browse files Browse the repository at this point in the history
Web config
  • Loading branch information
BertCotton authored Aug 7, 2017
2 parents e8b06d2 + 14ffe57 commit f325ac2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/TfsAdvanced/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="false" />
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
<security>
<requestFiltering removeServerHeader ="true"></requestFiltering>
</security>
</system.webServer>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
<security>
<requestFiltering removeServerHeader ="true"></requestFiltering>
</security>

</configuration>

0 comments on commit f325ac2

Please sign in to comment.