Add more image mimetypes to reverse proxy #658

Merged
floatingghost merged 1 commit from Seirdy/akkoma:moar-image-types into develop 2023-11-02 11:38:41 +00:00
Showing only changes of commit 36f4f18aa5 - Show all commits

View file

@ -61,11 +61,14 @@ def default_cache_control_header, do: @default_cache_control_header
"""
@inline_content_types [
"image/avif",
"image/gif",
"image/jpeg",
"image/jpg",
"image/jxl",
"image/png",
"image/svg+xml",
"image/webp",
"audio/mpeg",
"audio/mp3",
"video/webm",