diff --git a/Legacy/router.php b/Legacy/router.php
index 9902b6eb245e840ed5614ba7b3ea75a8e663012d..787d0266c769a3261f7cec33254ea4e298e82625 100644
--- a/Legacy/router.php
+++ b/Legacy/router.php
@@ -30,6 +30,7 @@ $router_extension_mimetypes = array(
 	'html' => 'text/html',
 	'css' => 'text/css',
 	'js' => 'text/javascript',
+	'svg' => 'image/svg+xml',
 	'xml' => 'application/xml',
 	'wasm' => 'application/wasm',
 	'swf' => 'application/x-shockwave-flash',