Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff460fffa1 |
@@ -42,9 +42,11 @@ func NewConverter(chromePath string) (*Converter, error) {
|
||||
chromedp.NoSandbox,
|
||||
chromedp.Headless,
|
||||
chromedp.DisableGPU,
|
||||
chromedp.NoFirstRun,
|
||||
chromedp.Flag("remote-debugging-port", "0"),
|
||||
chromedp.Flag("disable-extensions", true),
|
||||
chromedp.Flag("disable-software-rasterizer", true),
|
||||
chromedp.Flag("disable-dev-shm-usage", true),
|
||||
chromedp.Flag("no-first-run", true),
|
||||
)
|
||||
|
||||
var allocCtx context.Context
|
||||
|
||||
Reference in New Issue
Block a user