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 pull request #773 from NuGet/agr-893289
Browse files Browse the repository at this point in the history
Addressing issues found with code analysis tool
  • Loading branch information
agr authored Jul 9, 2019
2 parents b124718 + 7a69761 commit 53774fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NuGetCDNRedirect/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<system.web>
<httpCookies requireSSL="true" httpOnlyCookies="true"/>
<compilation debug="true" targetFramework="4.6.2"/>
<httpRuntime targetFramework="4.6.1"/>
<compilation debug="false" targetFramework="4.6.2"/>
<httpRuntime targetFramework="4.6.1" enableVersionHeader="false"/>
<httpModules>
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"/>
</httpModules>
Expand Down

0 comments on commit 53774fb

Please sign in to comment.