Welcome Guest, Not a member yet? Register   Sign In
csrf_exclude_uris not work
#1

$config['csrf_protection'] = true;
$config['csrf_token_name'] = 'csrf_token_test';
$config['csrf_cookie_name'] = 'csrf_cookie_test';
$config['csrf_expire'] = 7200;
$config['csrf_regenerate'] = TRUE;
$config['csrf_exclude_uris'] = array('/assistant_dashboard/upload.html');
Confused
I upload file to '/assistant_dashboard/upload.html' but the 'csrf_exclude_uris' not work.
Please show me how to do?
Reply


Messages In This Thread
csrf_exclude_uris not work - by arxiba - 03-25-2019, 05:27 PM
RE: csrf_exclude_uris not work - by dave friend - 03-28-2019, 09:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB