Skip to content

Commit 4c53f25

Browse files
committed
fix: no CRSF on /privatedata/getattribute
1 parent 878e654 commit 4c53f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Controller/OcsController.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function checkPerson($login, $password) {
110110
* test: curl http://login:passwd@oc/core/ocs/v1.php/privatedata/getattribute
111111
*
112112
* @NoAdminRequired
113+
* @NoCSRFRequired
113114
*
114115
* @return Result
115116
*/

0 commit comments

Comments
 (0)