From 5873cc947ee15e6d89e219ac914ebae4aa3ed048 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 17 Sep 2025 11:24:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=82=AE=E4=BB=B6=E8=AF=A6=E6=83=85:=20?= =?UTF-8?q?iframe=20=E5=86=85=E7=9A=84=E9=93=BE=E6=8E=A5,=20=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=89=93=E5=BC=80,=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E4=B8=8D=E7=BB=A7=E6=89=BFiframe=E7=9A=84=E6=B2=99=E7=9B=92?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/Components/EmailContent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Conversations/Online/Components/EmailContent.jsx b/src/views/Conversations/Online/Components/EmailContent.jsx index a3e9175..936168e 100644 --- a/src/views/Conversations/Online/Components/EmailContent.jsx +++ b/src/views/Conversations/Online/Components/EmailContent.jsx @@ -136,7 +136,7 @@ const EmailContent = ({ id, content: MailContent, className='', ...props }) => { border: 'none', display: 'block', }} - sandbox='allow-scripts allow-same-origin allow-popups' + sandbox='allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-forms allow-top-navigation' />