Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#…
…19338) There was a bug that the CSRF token wouldn't in 24h. This fix just does what the CSRF function comment says: If this request is a GET request, it will generate a new token. Then the CSRF token can be kept up-to-date.
- Loading branch information