mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
fix(chromium): add --no-zygote and --disable-dev-shm-usage flags - fixes #1177
This commit is contained in:
@@ -93,6 +93,9 @@ func (b *chromiumBrowser) Start(logger *zap.Logger) error {
|
||||
chromedp.UserDataDir(b.userProfileDirPath),
|
||||
// See https://github.com/gotenberg/gotenberg/issues/831.
|
||||
chromedp.Flag("disable-pdf-tagging", true),
|
||||
// See https://github.com/gotenberg/gotenberg/issues/1177.
|
||||
chromedp.Flag("no-zygote", true),
|
||||
chromedp.Flag("disable-dev-shm-usage", true),
|
||||
)
|
||||
|
||||
if b.arguments.incognito {
|
||||
|
||||
Reference in New Issue
Block a user