Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YDA-6012: fix silent failure during uploads
When uploading a large file via the Yoda portal, silent failures could occur due to the CSRF token expiring during the upload. This change makes the CSRF token valid for the duration of the session, in order to prevent this problem.
- Loading branch information