Revert web.config changes (#349)

This commit is contained in:
Steve Faulkner
2020-12-18 19:26:10 -06:00
committed by GitHub
parent e8f4c8f93c
commit b000631a0c

View File

@@ -15,15 +15,6 @@
<action type="Rewrite" value="max-age=31536000; includeSubdomains; preload" />
</rule>
</outboundRules>
<rules>
<rule name="Rewrite for IE users" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_USER_AGENT}" pattern="Trident" />
</conditions>
<action type="Rewrite" value="https://{HTTP_HOST}/ie{REQUEST_URI}"/>
</rule>
</rules>
</rewrite>
<httpProtocol>
<customHeaders>
@@ -65,4 +56,4 @@
</staticContent>
</system.webServer>
</location>
</configuration>
</configuration>