Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding OGG MIME (#2657)

* Adding OGG MIME

Fixing: https://github.com/HelloZeroNet/ZeroNet/issues/2656

* Adding ova and ogv extensions

authored by

Jabba and committed by
GitHub
54fb2fde 147dd4bc

+3
+3
src/Ui/UiRequest.py
··· 33 33 "html": "text/html", 34 34 "js": "application/javascript", 35 35 "json": "application/json", 36 + "oga": "audio/ogg", 37 + "ogg": "application/ogg", 38 + "ogv": "video/ogg", 36 39 "sig": "application/pgp-signature", 37 40 "txt": "text/plain", 38 41 "webmanifest": "application/manifest+json",