2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-11-05 15:55:38 +00:00

File upload fix (#712)

* Allow file upload with non-strict https

- Create custom client for uploads
- Observe the USE_STRICT_HTTPS setting

* Formatting

* Update release notes

* Fix await code
This commit is contained in:
Oliver
2025-11-04 12:32:38 +11:00
committed by GitHub
parent 2252dd2fd6
commit ae1d8dd188
2 changed files with 23 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
---
- Fixes URL for reporting issues on GitHub
- Fix for uploading files against server with self-signed certificates
### 0.20.1 - October 2025
---