Anurag commited on
Commit
2b974b9
·
unverified ·
2 Parent(s): 0975e2321a9e26

Harden Chromium launch flags for headless HF container stability

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh CHANGED
@@ -646,11 +646,15 @@ if [ "$BROWSER_SHOULD_ENABLE" = "true" ]; then
646
  "headless": true,
647
  "noSandbox": true,
648
  "extraArgs": [
 
649
  "--no-sandbox",
650
  "--disable-setuid-sandbox",
651
  "--no-zygote",
652
  "--disable-dev-shm-usage",
653
  "--disable-gpu",
 
 
 
654
  "--no-first-run",
655
  "--disable-background-networking",
656
  "--disable-sync",
 
646
  "headless": true,
647
  "noSandbox": true,
648
  "extraArgs": [
649
+ "--headless=new",
650
  "--no-sandbox",
651
  "--disable-setuid-sandbox",
652
  "--no-zygote",
653
  "--disable-dev-shm-usage",
654
  "--disable-gpu",
655
+ "--remote-debugging-address=127.0.0.1",
656
+ "--disable-features=UseDBus,MediaRouter",
657
+ "--password-store=basic",
658
  "--no-first-run",
659
  "--disable-background-networking",
660
  "--disable-sync",