3
0
Fork 0

Add new mime type for MHT files.

Mime map does not have a mime type map for MHT files. Adding
multipart/related as the mime type for MHT extension files.

BUG: 183687627
Test: atest MimeMapTest
Change-Id: Ic1f7aea571c6f086022ea3d7b09acf46337e8959
Flag: EXEMPT bugfix
This commit is contained in:
Garvita Jain 2024-09-03 08:14:20 +00:00
parent 5ff76a1a8e
commit 68a3199ab0
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
# Optional additions that should not override any previous mapping.
?application/x-wifi-config ?xml
?multipart/related mht
# Special cases where Android has a strong opinion about mappings, so we
# define them very last and make them override in both directions (no "?").