Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Jun 8, 2024
1 parent 8c85c3c commit fd02f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Middlewares/VerifyCsrfTokenMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function execute()
*/
protected function isReading(): bool
{
return $this->app->request->isRequestMethod(['HEAD', 'GET', 'OPTIONS']);
return $this->app->request->isRequestMethod(['HEAD', 'GET', 'POST', 'OPTIONS']);
}

/**
Expand Down

0 comments on commit fd02f9e

Please sign in to comment.