summaryrefslogtreecommitdiffstats
path: root/application/core/MY_Controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/core/MY_Controller.php')
-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"])) {