From 111c356f7833d1619f0da75d019c390a424d6445 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 15 Oct 2014 13:23:18 +0200 Subject: add file/do_multipaste to CSRF exception list This is only needed for clients not yet using api keys. Signed-off-by: Florian Pritz --- application/core/MY_Controller.php | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3-24-g4f1b