<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <system.webServer>
   <httpProtocol>
     <customHeaders>
       <remove name="Access-Control-Allow-Origin" />
       <add name="Access-Control-Allow-Origin" value="*" />
     </customHeaders>
   </httpProtocol>
   <staticContent>
           <remove fileExtension=".properties" />
           <mimeMap fileExtension=".properties" mimeType="text/plain" />
           <remove fileExtension=".woff2" />
           <mimeMap fileExtension=".woff2" mimeType="application/font-woff" />
   </staticContent>
 </system.webServer>
</configuration>