This commit is contained in:
Loretta 2025-11-07 14:10:15 +01:00
commit eb97fd5f3a
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 name="WebDAVModule" />
</modules>
<staticContent>
<!-- Add APK MIME type -->
<mimeMap fileExtension=".apk" mimeType="application/vnd.android.package-archive" />
</staticContent>
<handlers>
<!-- Remove WebDAV module so that we can make DELETE requests -->
<remove name="WebDAV" />
@ -32,5 +36,11 @@
<add name="Permissions-Policy" value="accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=*, usb=()" />
</customHeaders>
</httpProtocol>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="524288000" />
<!-- 500 MB -->
</requestFiltering>
</security>
</system.webServer>
</configuration>

Binary file not shown.