Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: $config['csrf_exclude_uris'] seems to be ignored
Post: RE: $config['csrf_exclude_uris'] seems to be ignor...

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"
12,863 Views
0 Replies
09-08-2016, 12:10 AM
digitalhuman

Theme © iAndrew 2016 - Forum software by © MyBB