Audit changes

This commit is contained in:
jdl
2026-06-14 08:15:00 +02:00
parent 52ea1a8d42
commit fa182eca76
13 changed files with 29 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ func (app *App) handlePub(pattern string, fn handlerFunc) {
s := app.api.Session_Get(sessionID)
if r.Method == http.MethodPost {
r.Body = http.MaxBytesReader(w, r.Body, 128*1024)
r.ParseMultipartForm(64 * 1024)
} else {
r.ParseForm()