mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
phantomjs: set web-security to true
This commit is contained in:
parent
b803ba2689
commit
f7c8d90d1a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user