mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
POST 요청시 CSRF 체크를 하지않도록 module.xml에 check_csrf 속성 추가
This commit is contained in:
parent
c74a88201a
commit
a519db608d
3 changed files with 37 additions and 14 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<action name="dispFileAdminList" type="view" admin_index="true" menu_name="file" menu_index="true" />
|
||||
<action name="dispFileAdminConfig" type="view" menu_name="fileUpload" menu_index="true" />
|
||||
<action name="getFileList" type="model" />
|
||||
<action name="procFileUpload" type="controller" />
|
||||
<action name="procFileUpload" type="controller" check_csrf="false" />
|
||||
<action name="procFileIframeUpload" type="controller" />
|
||||
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
|
||||
<action name="procFileDelete" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue