diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-10-15 13:23:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-10-15 13:23:18 +0200 |
commit | 111c356f7833d1619f0da75d019c390a424d6445 (patch) | |
tree | 9e2a54e3f9ec766fe9748107def4cf6a46bf930f | |
parent | ba760ba7280265cb49e38a2b039c42d5bdfd6b9d (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.php | 1 |
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", |