mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
dashfolders: security for png rendering
This commit is contained in:
@@ -18,6 +18,8 @@ func RenderToPng(c *middleware.Context) {
|
||||
Width: queryReader.Get("width", "800"),
|
||||
Height: queryReader.Get("height", "400"),
|
||||
OrgId: c.OrgId,
|
||||
UserId: c.UserId,
|
||||
OrgRole: c.OrgRole,
|
||||
Timeout: queryReader.Get("timeout", "30"),
|
||||
Timezone: queryReader.Get("tz", ""),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user