arn-browser 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -390,7 +390,8 @@ async function spawnAndConnect({ binaryPath, profilePath, isPersistent, proxy, e
|
|
|
390
390
|
"--no-first-run",
|
|
391
391
|
"--no-default-browser-check",
|
|
392
392
|
"--start-maximized",
|
|
393
|
-
|
|
393
|
+
// Very Important for Vps
|
|
394
|
+
"--no-sandbox",
|
|
394
395
|
// --- Stealth & Anti-Detection ---
|
|
395
396
|
"--test-type",
|
|
396
397
|
"--disable-blink-features=AutomationControlled",
|