mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
The per-context setIgnoreHTTPSErrors was gated on ignoreHttpsErrors alone, while the Chromium command-line cert flags require both ignoreHttpsErrors AND allowPrivateNetwork. Setting only PLAYWRIGHT_IGNORE_HTTPS_ERRORS therefore disabled certificate validation for all browser traffic, including the public internet (MITM exposure). Gate the per-context bypass on allowPrivateNetwork too, so ignoring HTTPS errors is scoped to LAN deployments — matching the command-line path and the documented intent. Also correct a comment: 192.0.0.192 is Oracle Cloud's IMDS address, not Azure. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||