mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
* fix(browser): guard subframe document navigations Co-authored-by: zsx <git@zsxsoft.com> * fix(browser): preserve quarantine on subframe blocks * chore(changelog): add subframe SSRF guard entry * fix(browser): fail closed when subframe frame resolution throws isSubframeDocumentNavigationRequest now returns true (apply SSRF check) instead of false (skip check) when request.frame() throws, so transient renderer churn cannot bypass the subframe navigation policy guard. --------- Co-authored-by: zsx <git@zsxsoft.com> Co-authored-by: Devin Robison <drobison@nvidia.com>