release 4.6.5
@ -4,7 +4,7 @@
"company": "Grafana Labs"
},
"name": "grafana",
"version": "4.6.4",
"version": "4.6.5",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
@ -84,7 +84,8 @@ func RenderToPng(params *RenderOpts) (string, error) {
cmdArgs := []string{
"--ignore-ssl-errors=true",
"--web-security=false",
"--web-security=true",
"--local-url-access=false",
scriptPath,
"url=" + url,
"width=" + params.Width,