Files
agent-desktop/console
Pine 06a29f9b0f fix(个人主页): 回归纯sandbox隔离,移除注入脚本和父页面路由
- 移除沙箱拦截脚本注入、handleOpenUrl、opc:page:open-url postMessage
- 仅靠浏览器sandbox强制隔离:无allow-popups/allow-top-navigation
- 内部所有跳转仅限iframe内,window.open和target=_top被浏览器阻止
- 彻底消除父页面navigate导致的白屏
- srcDoc直接渲染用户HTML,不注入任何脚本
2026-09-04 23:37:52 +08:00
..