Spaces:
Running
Running
Harden Chromium launch flags for headless HF container stability
Browse files
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",
|