From 016415968030cd5f3e5d7d9faea1f37d32cfcd31 Mon Sep 17 00:00:00 2001 From: conory Date: Tue, 26 Jan 2016 13:12:32 +0900 Subject: [PATCH] dispLayoutPreview block --- common/legacy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/legacy.php b/common/legacy.php index 83025ca4c..b2739bf07 100644 --- a/common/legacy.php +++ b/common/legacy.php @@ -1125,7 +1125,7 @@ function removeSrcHack($match) //Remove ACT URL (CSRF) $except_act = array('procFileDownload'); - $block_act = array('dispMemberLogout'); + $block_act = array('dispMemberLogout', 'dispLayoutPreview'); $filter_arrts = array('style', 'src', 'href'); if($tag === 'object') array_push($filter_arrts, 'data');