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

(09-08-2016, 12:10 AM)digitalhuman Wrote: 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"

My hero !  Cool
Reply


Messages In This Thread
RE: $config['csrf_exclude_uris'] seems to be ignored - by bartMommens - 07-06-2019, 01:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB