From e86baa5f0637e0138ce1d9082d6bd1ceefbf0196 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 23 Apr 2019 10:59:30 +0200 Subject: [PATCH] release 5.4.4 --- package.json | 2 +- pkg/services/rendering/phantomjs.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eddb78ab94f..d89d50bdab5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "company": "Grafana Labs" }, "name": "grafana", - "version": "5.4.3", + "version": "5.4.4", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git" diff --git a/pkg/services/rendering/phantomjs.go b/pkg/services/rendering/phantomjs.go index 1bd7489c153..2be351285a1 100644 --- a/pkg/services/rendering/phantomjs.go +++ b/pkg/services/rendering/phantomjs.go @@ -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),