mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-27 16:06:27 +00:00
Merge pull request #8036 from ktx/master
Add 'application/vnd.ms-excel' to allowed MIME types config
This commit is contained in:
commit
9e02a69528
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue