mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-25 23:55:31 -04:00
use standard GrapheneOS mime.types
This commit is contained in:
parent
30209020a7
commit
12d81c7885
1 changed files with 2 additions and 1 deletions
|
@ -2,10 +2,10 @@
|
||||||
types {
|
types {
|
||||||
text/html html htm shtml;
|
text/html html htm shtml;
|
||||||
text/css css;
|
text/css css;
|
||||||
|
text/javascript js mjs;
|
||||||
text/xml xml;
|
text/xml xml;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
application/javascript js;
|
|
||||||
application/wasm wasm;
|
application/wasm wasm;
|
||||||
application/atom+xml atom;
|
application/atom+xml atom;
|
||||||
application/rss+xml rss;
|
application/rss+xml rss;
|
||||||
|
@ -31,6 +31,7 @@ types {
|
||||||
application/java-archive jar war ear;
|
application/java-archive jar war ear;
|
||||||
application/json json;
|
application/json json;
|
||||||
application/mac-binhex40 hqx;
|
application/mac-binhex40 hqx;
|
||||||
|
application/manifest+json webmanifest;
|
||||||
application/msword doc;
|
application/msword doc;
|
||||||
application/pdf pdf;
|
application/pdf pdf;
|
||||||
application/postscript ps eps ai;
|
application/postscript ps eps ai;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue