Merge branch 'private_v5.3.x' into cp_v5.3.3

* private_v5.3.x:
  release 5.3.3
This commit is contained in:
bergquist
2018-11-13 10:53:53 +01:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"company": "Grafana Labs"
},
"name": "grafana",
"version": "5.3.2",
"version": "5.3.3",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
+2 -1
View File
@@ -42,7 +42,8 @@ func (rs *RenderingService) renderViaPhantomJS(ctx context.Context, opts Opts) (
cmdArgs := []string{
"--ignore-ssl-errors=true",
"--web-security=false",
"--web-security=true",
"--local-url-access=false",
phantomDebugArg,
scriptPath,
fmt.Sprintf("url=%v", url),