mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
17 lines
459 B
XML
17 lines
459 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.web>
|
|
<customErrors mode="Off"/>
|
|
</system.web>
|
|
<system.webServer>
|
|
<defaultDocument enabled="true" />
|
|
<httpErrors errorMode="Detailed"/>
|
|
<urlCompression doDynamicCompression="false"/>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<add name="Access-Control-Allow-Origin" value="*" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
</system.webServer>
|
|
</configuration>
|