This commit is contained in:
yangduo 2024-08-08 10:59:00 +08:00
parent bf1469f64e
commit 94a69cbcb5

View File

@ -23,7 +23,7 @@ func ActLog(c *gin.Context) bool {
return false
}
url := c.Request.URL.String()
url := c.Request.URL.Path
if len(url) > 64*1024 {
return false
}