mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
dispLayoutPreview block
This commit is contained in:
parent
804aced715
commit
0164159680
1 changed files with 1 additions and 1 deletions
|
|
@ -1125,7 +1125,7 @@ function removeSrcHack($match)
|
||||||
|
|
||||||
//Remove ACT URL (CSRF)
|
//Remove ACT URL (CSRF)
|
||||||
$except_act = array('procFileDownload');
|
$except_act = array('procFileDownload');
|
||||||
$block_act = array('dispMemberLogout');
|
$block_act = array('dispMemberLogout', 'dispLayoutPreview');
|
||||||
|
|
||||||
$filter_arrts = array('style', 'src', 'href');
|
$filter_arrts = array('style', 'src', 'href');
|
||||||
if($tag === 'object') array_push($filter_arrts, 'data');
|
if($tag === 'object') array_push($filter_arrts, 'data');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue