Welcome Guest, Not a member yet? Register   Sign In
$config['csrf_exclude_uris'] seems to be ignored
#2

I had the same thing. Solved it by:

$config['csrf_exclude_uris'] = array(
"log.*+"
);

Disables CRSF for every URL starting with: log ex: "http://site.com/log/message/1"
Reply


Messages In This Thread
RE: $config['csrf_exclude_uris'] seems to be ignored - by digitalhuman - 09-08-2016, 12:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB