From 50230001eb5387b6b0ff7ce906d074ef4a530d11 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 10 Sep 2013 22:05:07 +0200 Subject: Add file/get_max_size to csrf whitelist 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 3b928945b..47083035c 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -75,6 +75,7 @@ class MY_Controller extends CI_Controller { "file/delete", "file/upload_history", "user/create_apikey", + "file/get_max_size", ), ); if (in_array($uri_start, $csrf_whitelisted_handlers["always"])) { -- cgit v1.2.3-24-g4f1b