Merge branch 'v5.3.x' into cp_v5.3.x

This commit is contained in:
Carl Bergquist
2018-11-13 13:05:53 +01:00
committed by GitHub
+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),