fix: correct web probe browser memory policy

This commit is contained in:
Codex
2026-06-30 13:05:24 +00:00
parent 37731f811c
commit edb3ad2d17
5 changed files with 189 additions and 52 deletions
@@ -395,7 +395,7 @@ function chromiumLaunchOptionsForProxy(proxy) {
}
function chromiumLowResourceArgs() {
return ["--disable-gpu", "--disable-gpu-compositing", "--no-sandbox"];
return [];
}
function browserProcessEnvWithoutProxy() {