Skip to content
Snippets Groups Projects
Verified Commit d2456bdf authored by Antoine Lambert's avatar Antoine Lambert
Browse files

settings/production: Force azure blob storage content_encoding to None

Ensure azure blob storage do not serve uploaded tarballs with gzip encoding
as they are usually already compressed and uncompressed tarballs with wrong
extensions (.tgz instead .tar) are erroneously detected as gzip encoded by
django-storages due to the use of the mimetypes Python module.

Fixes #5589.
parent 46e2c7b6
No related branches found
No related tags found
1 merge request!459settings/production: Force azure blob storage content_encoding to None
Pipeline #13736 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment