mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Add 'application/vnd.ms-excel' to allowed MIME types config
Backport #8036
This commit is contained in:
parent
c1397f43ac
commit
27d66d9e1d
1 changed files with 7 additions and 1 deletions
|
@ -167,5 +167,11 @@ wallabag_core:
|
|||
rule: _all ~ "https?://www\.lemonde\.fr/tiny.*"
|
||||
|
||||
wallabag_import:
|
||||
allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv', 'text/html']
|
||||
allow_mimetypes:
|
||||
- 'application/octet-stream'
|
||||
- 'application/json'
|
||||
- 'text/plain'
|
||||
- 'text/csv'
|
||||
- 'text/html'
|
||||
- 'application/vnd.ms-excel'
|
||||
resource_dir: "%kernel.project_dir%/web/uploads/import"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue