Commit f7c8d90d by bergquist

phantomjs: set web-security to true

parent b803ba26
...@@ -42,7 +42,8 @@ func (rs *RenderingService) renderViaPhantomJS(ctx context.Context, opts Opts) ( ...@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment