Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Merge branch 'dev' into jver-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Mar 28, 2019
2 parents b0fd20f + 9c524ad commit fb61bc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NuGetCDNRedirect/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<httpRedirect enabled="true" httpResponseStatus="Found">
<add wildcard="*" destination="https://placeholder"/>
</httpRedirect>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By"/>
<add name="Strict-Transport-Security" value="max-age=31536000"/>
</customHeaders>
</httpProtocol>
</system.webServer>
<location path="Status/Index">
<system.webServer>
Expand Down

0 comments on commit fb61bc2

Please sign in to comment.