download page
This commit is contained in:
parent
f6f6b572a3
commit
b2fd26db44
|
|
@ -5,6 +5,10 @@
|
||||||
<!-- Remove WebDAV module so that we can make DELETE requests -->
|
<!-- Remove WebDAV module so that we can make DELETE requests -->
|
||||||
<remove name="WebDAVModule" />
|
<remove name="WebDAVModule" />
|
||||||
</modules>
|
</modules>
|
||||||
|
<staticContent>
|
||||||
|
<!-- Add APK MIME type -->
|
||||||
|
<mimeMap fileExtension=".apk" mimeType="application/vnd.android.package-archive" />
|
||||||
|
</staticContent>
|
||||||
<handlers>
|
<handlers>
|
||||||
<!-- Remove WebDAV module so that we can make DELETE requests -->
|
<!-- Remove WebDAV module so that we can make DELETE requests -->
|
||||||
<remove name="WebDAV" />
|
<remove name="WebDAV" />
|
||||||
|
|
@ -32,5 +36,11 @@
|
||||||
<add name="Permissions-Policy" value="accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=*, usb=()" />
|
<add name="Permissions-Policy" value="accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=*, usb=()" />
|
||||||
</customHeaders>
|
</customHeaders>
|
||||||
</httpProtocol>
|
</httpProtocol>
|
||||||
|
<security>
|
||||||
|
<requestFiltering>
|
||||||
|
<requestLimits maxAllowedContentLength="524288000" />
|
||||||
|
<!-- 500 MB -->
|
||||||
|
</requestFiltering>
|
||||||
|
</security>
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue