Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-08-30 16:23:13 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-08-30 16:23:13 +0300
commit2eb012ea1a8447ef961915ae4fdc4986de3d975e (patch)
tree884df87358a926c8064d36e7ae683777a131234f
parent3dbea00f5b83fa58ef05e79c65f29c61faa541c1 (diff)
Remove CSRF
-rw-r--r--lib/Controller/ScanController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/ScanController.php b/lib/Controller/ScanController.php
index cdb9ef4..3acb05b 100644
--- a/lib/Controller/ScanController.php
+++ b/lib/Controller/ScanController.php
@@ -173,7 +173,6 @@ class ScanController extends OCSController
* The files to scan.
*
* @NoAdminRequired
- * @NoCSRFRequired
*
* @return JSONResponse
*/