Adding ova and ogv extensions

This commit is contained in:
Jabba 2020-10-24 15:20:03 +00:00 committed by GitHub
parent 07a632a0b8
commit 85a9d3d0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,7 +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",