From fd64b19d3aff334c6e53a196eed1e73c9526ce68 Mon Sep 17 00:00:00 2001 From: chpark Date: Mon, 30 Mar 2026 00:00:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=84=EC=A3=BC=EC=96=BC=20=EB=A7=A4?= =?UTF-8?q?=ED=8D=BC=20JS=20=EB=AC=B8=EB=B2=95=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - iframe 스크립트를 template 태그 방식으로 변경 (EJS 백틱 이스케이프 충돌 해결) - Mixed Content 치환을 단순 문자열 replace로 변경 - regex 이스케이프 문제 수정 --- views/admin/mapper.ejs | 135 +++++++++++++++++++++-------------------- 1 file changed, 70 insertions(+), 65 deletions(-) diff --git a/views/admin/mapper.ejs b/views/admin/mapper.ejs index 1a21e51..6983668 100644 --- a/views/admin/mapper.ejs +++ b/views/admin/mapper.ejs @@ -109,6 +109,66 @@ + +