diff options
Diffstat (limited to 'application/core')
-rw-r--r-- | application/core/MY_Controller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php index bf81afa14..a354ba656 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -67,8 +67,6 @@ 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_upload", - "file/do_paste", ), ); if (in_array($uri_start, $csrf_whitelisted_handlers["always"])) { |