Revert web.config changes (#349)
This commit is contained in:
parent
e8f4c8f93c
commit
b000631a0c
11
web.config
11
web.config
|
@ -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>
|
Loading…
Reference in New Issue