@@ -13,6 +13,7 @@ OC.MimeTypeList={
1313 "application/font-sfnt" : "font" ,
1414 "application/font-woff" : "font" ,
1515 "application/gpx+xml" : "location" ,
16+ "application/gzip" : "package/x-generic" ,
1617 "application/illustrator" : "image" ,
1718 "application/javascript" : "text/code" ,
1819 "application/json" : "text/code" ,
@@ -80,7 +81,7 @@ OC.MimeTypeList={
8081 "application/x-fictionbook+xml" : "text" ,
8182 "application/x-font" : "font" ,
8283 "application/x-gimp" : "image" ,
83- "application/x-gzip" : "package/x-generic " ,
84+ "application/x-gzip" : "application/gzip " ,
8485 "application/x-iwork-keynote-sffkey" : "x-office/presentation" ,
8586 "application/x-iwork-numbers-sffnumbers" : "x-office/spreadsheet" ,
8687 "application/x-iwork-pages-sffpages" : "x-office/document" ,
@@ -105,6 +106,7 @@ OC.MimeTypeList={
105106 "text/x-java-source" : "text/code" ,
106107 "text/x-ldif" : "text/code" ,
107108 "text/x-python" : "text/code" ,
109+ "text/x-rst" : "text" ,
108110 "text/x-shellscript" : "text/code" ,
109111 "web" : "text/code" ,
110112 "application/internet-shortcut" : "link" ,
0 commit comments