diff --git a/src/browser/chrome.ts b/src/browser/chrome.ts index 48767dbcf22..f610b74caaa 100644 --- a/src/browser/chrome.ts +++ b/src/browser/chrome.ts @@ -266,9 +266,6 @@ export async function launchOpenClawChrome( args.push("--disable-dev-shm-usage"); } - // Stealth: hide navigator.webdriver from automation detection (#80) - args.push("--disable-blink-features=AutomationControlled"); - // Append user-configured extra arguments (e.g., stealth flags, window size) if (resolved.extraArgs.length > 0) { args.push(...resolved.extraArgs);