mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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{
|
cmdArgs := []string{
|
||||||
"--ignore-ssl-errors=true",
|
"--ignore-ssl-errors=true",
|
||||||
"--web-security=false",
|
"--web-security=true",
|
||||||
|
"--local-url-access=false",
|
||||||
phantomDebugArg,
|
phantomDebugArg,
|
||||||
scriptPath,
|
scriptPath,
|
||||||
fmt.Sprintf("url=%v", url),
|
fmt.Sprintf("url=%v", url),
|
||||||
|
Loading…
Reference in New Issue
Block a user