phantomjs: set web-security to true

This commit is contained in:
bergquist
2019-04-29 14:37:52 +02:00
parent b803ba2689
commit f7c8d90d1a
+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),