1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 09:03:44 +00:00

return attachments from API

This commit is contained in:
Kyle Spearrin
2017-06-30 23:01:41 -04:00
parent 284078e946
commit 8ea81a74ae
10 changed files with 132 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
<security>
<requestFiltering>
<requestLimits maxQueryString="5120"/>
<requestLimits maxQueryString="5120" maxAllowedContentLength="105906176"/>
</requestFiltering>
</security>
</system.webServer>