🚑️(back) fix mime type for pptx

Fix wrong mime type in config (for pptx)
This commit is contained in:
natoromano
2026-02-13 16:14:07 +01:00
committed by Quentin BEY
parent 99353357ff
commit 1088d88aba
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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,' +