Merge pull request #8036 from ktx/master

Add 'application/vnd.ms-excel' to allowed MIME types config
This commit is contained in:
Jérémy Benoist 2025-02-26 15:51:00 +01:00 committed by GitHub
commit 9e02a69528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,5 +175,11 @@ parameters:
- 'Montserrat'
- 'OpenDyslexicRegular'
- 'Oswald'
wallabag.allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv', 'text/html']
wallabag.allow_mimetypes:
- 'application/octet-stream'
- 'application/json'
- 'text/plain'
- 'text/csv'
- 'text/html'
- 'application/vnd.ms-excel'
wallabag.resource_dir: "%kernel.project_dir%/web/uploads/import"