OverlayViewController 之前用 .nonPersistent() 主动隔离弹层 cookie,避免 第三方外链污染游戏会话。但 msext threeView 用 UIWebView 默认与 app 内 其它 WebView 共享 cookie,H5 业务(运营公告 / 充值 / 客服等外链页)依赖 读到大厅登录态。隔离破坏契约。 改回 .default(),与 BridgedWebView(默认即 default)一致,全局共享。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>