mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
import from UXP: [network] Add non-overrideable default MIME types for js, jsm and json. (bca191c2)
This commit is contained in:
@@ -466,6 +466,9 @@ static const nsDefaultMimeTypeEntry defaultMimeEntries[] =
|
||||
{ "application/xhtml+xml", "xhtml" },
|
||||
{ "application/xhtml+xml", "xht" },
|
||||
{ TEXT_PLAIN, "txt" },
|
||||
{ APPLICATION_JSON, "json"},
|
||||
{ APPLICATION_XJAVASCRIPT, "js"},
|
||||
{ APPLICATION_XJAVASCRIPT, "jsm"},
|
||||
{ VIDEO_OGG, "ogv" },
|
||||
{ VIDEO_OGG, "ogg" },
|
||||
{ APPLICATION_OGG, "ogg" },
|
||||
|
||||
Reference in New Issue
Block a user