release 5.3.3

This commit is contained in:
bergquist
2018-11-06 16:49:03 +01:00
parent 0d821d07ad
commit a8aa16673e
2 changed files with 3 additions and 2 deletions
+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),