forked from I2P_Developers/i2p.i2p
Fix mime type for svg in themes directory
This commit is contained in:
@@ -18,6 +18,8 @@ if (uri.endsWith(".css")) {
|
||||
response.setContentType("image/jpeg");
|
||||
} else if (uri.endsWith(".ico")) {
|
||||
response.setContentType("image/x-icon");
|
||||
} else if (uri.endsWith(".svg")) {
|
||||
response.setContentType("image/svg+xml");
|
||||
}
|
||||
/*
|
||||
* User or plugin themes
|
||||
|
Reference in New Issue
Block a user