Merge pull request #14049 from bergquist/cp_v5.3.3

Cherry-pick for v5.3.3
This commit is contained in:
Carl Bergquist
2018-11-13 12:51:05 +01:00
committed by GitHub
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),