🚑️(back) fix mime type for pptx
Fix wrong mime type in config (for pptx)
This commit is contained in:
@@ -26,6 +26,7 @@ and this project adheres to
|
||||
### Fixed
|
||||
|
||||
- 💚(docker) vendor mime.types file instead of fetching from Apache SVN
|
||||
- 🚑️(back) fix mime type for pptx
|
||||
- 🐛(front) fix math formulas and carousel translations
|
||||
- 🐛(helm) reverse liveness and readiness for backend deployment
|
||||
- 🐛(front) fix dark mode styling on chat messages
|
||||
|
||||
@@ -702,7 +702,7 @@ class Base(BraveSettings, Configuration):
|
||||
# docx files
|
||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
||||
# pptx files
|
||||
"application/vnd.openxmlformats-officedocument.presentationml",
|
||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
||||
# xlsx and xls files
|
||||
"application/vnd.ms-excel",
|
||||
"application/excel",
|
||||
|
||||
@@ -26,7 +26,7 @@ export const CONFIG = {
|
||||
theme_customization: {},
|
||||
chat_upload_accept:
|
||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document,' +
|
||||
'application/vnd.openxmlformats-officedocument.presentationml,' +
|
||||
'application/vnd.openxmlformats-officedocument.presentationml.presentation,' +
|
||||
'application/vnd.ms-excel,' +
|
||||
'application/excel,' +
|
||||
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,' +
|
||||
|
||||
Reference in New Issue
Block a user