download page

This commit is contained in:
Adam 2025-11-07 09:57:23 +01:00
parent f6f6b572a3
commit b2fd26db44
4 changed files with 10 additions and 0 deletions

View File

@ -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.