This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <system.webServer> | |
| <staticContent> | |
| <clientCache httpExpires="Thur, 31 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" /> | |
| </staticContent> | |
| <httpProtocol> | |
| <customHeaders> | |
| <!-- Remove Excessive Header --> | |
| <remove name="X-Powered-By"/> | |
| <!-- Removes Azure non-HttpOnly Cookie --> | |
| <add name="Arr-Disable-Session-Affinity" value="True" /> |