diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go index a5169ff6..3e4d6ed2 100644 --- a/cmd/syncthing/gui.go +++ b/cmd/syncthing/gui.go @@ -828,6 +828,8 @@ func mimeTypeForFile(file string) string { return "application/x-font-ttf" case ".woff": return "application/x-font-woff" + case ".svg": + return "image/svg+xml" default: return mime.TypeByExtension(ext) }