From 29a14f722da46b46b1457623d836df1309a025b2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 24 Oct 2022 12:58:20 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20iframe=20=E4=BD=BF=E7=94=A8=E7=9F=AD?= =?UTF-8?q?=E7=BD=91=E5=9D=80=E4=BC=9A=E6=89=93=E5=BC=80=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=88=96=E8=B7=B3=E8=BD=AC=20APP=20Fix=20https://gith?= =?UTF-8?q?ub.com/siyuan-note/siyuan/issues/6327?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron/main.js b/app/electron/main.js index 6c4580fa1..a9860ca6f 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -335,7 +335,7 @@ const boot = () => { shell.openExternal(url) }) - // iframe 使用短网址会打开浏览器或跳转 APP https://github.com/siyuan-note/siyuan/issues/6327 + // IFrame 块不跟随重定向 https://github.com/siyuan-note/siyuan/issues/6327 mainWindow.webContents.on('will-redirect', (event, url, isInPlace, isMainFrame) => { if (url.startsWith('http://127.0.0.1:6806')) { return