mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-27 06:07:36 +01:00
Add 'application/vnd.ms-excel' to allowed MIME types config
Backport #8036
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user