NoCSRF
NoCSRF copied to clipboard
Add support for enctype='multipart/form-data'
Every form that uploads images or documents has enctype='multipart/form-data' and the data that forms the body of the request gets encoded. As a result the token can't be validated.