1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <?xml version="1.0" encoding="UTF-8"?>
| <configuration>
| <system.webServer>
| <directoryBrowse enabled="true" />
| <httpProtocol>
| <customHeaders>
| <add name="Access-Control-Allow-Origin" value="*" />
| </customHeaders>
| </httpProtocol>
| <staticContent>
| <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
| <mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" />
| </staticContent>
| </system.webServer>
| </configuration>
|
|