mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 303581 - Ensure image/svg+xml mime type is always handled internally. r=jst
This commit is contained in:
parent
619cc7ccf1
commit
127b9187fd
@ -397,6 +397,7 @@ static nsDefaultMimeTypeEntry defaultMimeEntries [] =
|
||||
{ TEXT_CSS, "css" },
|
||||
{ IMAGE_JPEG, "jpeg" },
|
||||
{ IMAGE_JPEG, "jpg" },
|
||||
{ IMAGE_SVG_XML, "svg" },
|
||||
{ TEXT_HTML, "html" },
|
||||
{ TEXT_HTML, "htm" },
|
||||
{ APPLICATION_XPINSTALL, "xpi" },
|
||||
@ -480,7 +481,7 @@ static nsExtraMimeTypeEntry extraMimeEntries [] =
|
||||
{ IMAGE_PNG, "png", "PNG Image" },
|
||||
{ IMAGE_TIFF, "tiff,tif", "TIFF Image" },
|
||||
{ IMAGE_XBM, "xbm", "XBM Image" },
|
||||
{ "image/svg+xml", "svg", "Scalable Vector Graphics" },
|
||||
{ IMAGE_SVG_XML, "svg", "Scalable Vector Graphics" },
|
||||
{ MESSAGE_RFC822, "eml", "RFC-822 data" },
|
||||
{ TEXT_PLAIN, "txt,text", "Text File" },
|
||||
{ TEXT_HTML, "html,htm,shtml,ehtml", "HyperText Markup Language" },
|
||||
|
Loading…
Reference in New Issue
Block a user