diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-27 19:23:38 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-11-05 19:44:15 +0100 |
commit | 448db0a947e838b7ad39c1a3a54a7a10e0701866 (patch) | |
tree | 0c0f230a25a447d5fd7ba67b1e8c85f591d9bf38 | |
parent | 3aa0ba2603e82addaab459f79c79879e1d3b72d5 (diff) |
Add do_websumit to CSRF exception list
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 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"])) { |