mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1771144 - Add mjs to the list of default mime entries. r=Gijs
Depends on D148755 Differential Revision: https://phabricator.services.mozilla.com/D148771
This commit is contained in:
parent
3773d14fc7
commit
8d5da1fba0
@ -427,6 +427,7 @@ static const nsDefaultMimeTypeEntry defaultMimeEntries[] = {
|
||||
{"application/xhtml+xml", "xht"},
|
||||
{TEXT_PLAIN, "txt"},
|
||||
{APPLICATION_JSON, "json"},
|
||||
{APPLICATION_XJAVASCRIPT, "mjs"},
|
||||
{APPLICATION_XJAVASCRIPT, "js"},
|
||||
{APPLICATION_XJAVASCRIPT, "jsm"},
|
||||
{VIDEO_OGG, "ogv"},
|
||||
|
Loading…
Reference in New Issue
Block a user