Commit Graph
3 Commits
Author SHA1 Message Date
Jess Archer 2e3563d9aa Switch to ESM imports (#5895)
This improves the transition for Vite users.
2022-05-27 17:36:33 -07:00
Jess Archer 3a62cfb4fe Add language for prohibited_if and prohibited_unless validation rules (#5557) 2021-03-10 08:12:57 -06:00
Jess Archer aa74fcb38f Remove manual adding of X-CSRF-TOKEN header (#5083)
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.
2019-08-21 07:47:43 -05:00