Adding OGG MIME

Fixing: https://github.com/HelloZeroNet/ZeroNet/issues/2656
This commit is contained in:
Jabba 2020-10-20 22:49:54 +00:00 committed by GitHub
parent 29dac8a188
commit 07a632a0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ content_types = {
"html": "text/html",
"js": "application/javascript",
"json": "application/json",
"ogg": "application/ogg",
"sig": "application/pgp-signature",
"txt": "text/plain",
"webmanifest": "application/manifest+json",