mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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)
|
||||
$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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue