Merge pull request 'Added webp to the list of allowed images' (!1080) from 4124-webp-images into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1080
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
Pau 2022-10-17 06:59:32 +00:00
commit 42583a4a16
1 changed files with 6 additions and 2 deletions

View File

@ -40,6 +40,7 @@
"image/png",
"image/jpeg",
"image/jpg",
"image/webp",
"video/mp4"
]
},
@ -60,7 +61,8 @@
"multipart/x-zip",
"image/png",
"image/jpeg",
"image/jpg"
"image/jpg",
"image/webp"
]
},
"imageStorage": {
@ -72,7 +74,8 @@
"allowedContentTypes": [
"image/png",
"image/jpeg",
"image/jpg"
"image/jpg",
"image/webp"
]
},
"invoiceStorage": {
@ -96,6 +99,7 @@
"image/png",
"image/jpeg",
"image/jpg",
"image/webp",
"video/mp4"
]
},