Adding OGG MIME (#2657)
* Adding OGG MIME Fixing: https://github.com/HelloZeroNet/ZeroNet/issues/2656 * Adding ova and ogv extensions
This commit is contained in:
parent
147dd4bc35
commit
54fb2fde7c
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ content_types = {
|
|||
"html": "text/html",
|
||||
"js": "application/javascript",
|
||||
"json": "application/json",
|
||||
"oga": "audio/ogg",
|
||||
"ogg": "application/ogg",
|
||||
"ogv": "video/ogg",
|
||||
"sig": "application/pgp-signature",
|
||||
"txt": "text/plain",
|
||||
"webmanifest": "application/manifest+json",
|
||||
|
|
Loading…
Reference in a new issue