Merge branch 'main' of https://git.aycode.com/Adam/FruitBank
This commit is contained in:
commit
eb97fd5f3a
|
|
@ -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.
Binary file not shown.
Loading…
Reference in New Issue