summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-09-27 19:23:38 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-11-01 17:29:04 +0100
commit65477e2f2551b087d65e2cb807a5728cd1672f03 (patch)
tree5933afcc499e9554806dbc4826d06bb756e9e0a8
parent6d550f9b6ad5a544d0cd3234a7c016a5572386a5 (diff)
Add do_websumit to CSRF exception list
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/core/MY_Controller.php1
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"])) {