summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-15 13:23:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-10-15 13:23:18 +0200
commit111c356f7833d1619f0da75d019c390a424d6445 (patch)
tree9e2a54e3f9ec766fe9748107def4cf6a46bf930f
parentba760ba7280265cb49e38a2b039c42d5bdfd6b9d (diff)
add file/do_multipaste to CSRF exception list
This is only needed for clients not yet using api keys. Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/core/MY_Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php
index 53aad9145..22c1a9a1a 100644
--- a/application/core/MY_Controller.php
+++ b/application/core/MY_Controller.php
@@ -87,6 +87,7 @@ class MY_Controller extends CI_Controller {
"cli_client" => array(
"file/do_delete",
"file/delete",
+ "file/do_multipaste",
"file/upload_history",
"user/create_apikey",
"file/get_max_size",