We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45aaf2 commit 6dd2485Copy full SHA for 6dd2485
1 file changed
Web.Config
@@ -1,6 +1,12 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<configuration>
3
<system.webServer>
4
+ <httpProtocol>
5
+ <customHeaders>
6
+ <add name="Access-Control-Allow-Origin" value="*" />
7
+ <add name="Access-Control-Allow-Methods" value="*" />
8
+ </customHeaders>
9
+ </httpProtocol>
10
<directoryBrowse enabled="true" />
11
<httpErrors errorMode="Custom">
12
<remove statusCode="404" subStatusCode="-1" />
0 commit comments