dispLayoutPreview block

This commit is contained in:
conory 2016-01-26 13:12:32 +09:00
parent 804aced715
commit 0164159680

View file

@ -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');