Skip to content

Commit

Permalink
WebScout scan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lqtian committed Sep 2, 2016
1 parent 188eff1 commit e843d1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".yaml" mimeType="application/x-yaml" />
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
<httpProtocol>
<customHeaders>
<add name="Arr-Disable-Session-Affinity" value="true"/>
<add name="x-content-type-options" value="nosniff"/>
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>

0 comments on commit e843d1c

Please sign in to comment.