You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we refactored the CSRF method to $this->requestIsPost();, we moved all CRUD POST methods to check CSRF by default. Before upload did not send the CSRF information, now we are forced to do so.