mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix CSRF error when IS is requested by POST without CSRF token
https://xetown.com/questions/1779369 https://xetown.com/questions/1737862 https://xetown.com/questions/1776496
This commit is contained in:
parent
09d4935a01
commit
26710e2675
1 changed files with 1 additions and 3 deletions
|
|
@ -2,11 +2,9 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="IS" type="view" meta-noindex="true" />
|
||||
|
||||
<action name="IS" type="view" check-csrf="false" meta-noindex="true" />
|
||||
<action name="dispIntegration_searchAdminContent" type="view" admin_index="true" />
|
||||
<action name="dispIntegration_searchAdminSkinInfo" type="view" />
|
||||
|
||||
<action name="procIntegration_searchAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procIntegration_searchAdminInsertSkin" type="controller" />
|
||||
</actions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue