From 65477e2f2551b087d65e2cb807a5728cd1672f03 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 27 Sep 2016 19:23:38 +0200 Subject: Add do_websumit to CSRF exception list 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 a354ba656..ba31f4e29 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -67,6 +67,7 @@ class MY_Controller extends CI_Controller { * and we don't want to annoy them when they upload a big file and the * CSRF check fails. */ + "file/do_websubmit", ), ); if (in_array($uri_start, $csrf_whitelisted_handlers["always"])) { -- cgit v1.2.3-24-g4f1b