1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-17 07:47:24 +00:00

Add support for image/vnd.microsoft.icon content type

Fixes #5357
This commit is contained in:
jeremy@jermolene.com
2021-01-03 10:04:52 +00:00
parent 0ea89970d1
commit d25e540dd2
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ exports["image/webp"] = ImageParser;
exports["image/heic"] = ImageParser;
exports["image/heif"] = ImageParser;
exports["image/x-icon"] = ImageParser;
exports["image/vnd.microsoft.icon"] = ImageParser;
})();