Commit 1283461b by Torkel Ödegaard

fix(gzip): add plugin proxy to gzip exclusion, fixes #5237

parent 38790e2c
......@@ -17,6 +17,10 @@ func Gziper() macaron.Handler {
return
}
if strings.HasPrefix(requestPath, "/api/plugin-proxy/") {
return
}
ctx.Invoke(macaronGziper)
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment