Mercurial > hg > orthanc
changeset 4146:1fbe54808853
added woff2 file extension in serve folders plugin
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Aug 2020 18:25:20 +0200 |
parents | c5cdb6dc6865 |
children | 72047b61570f |
files | OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp Mon Aug 17 14:48:11 2020 +0200 +++ b/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp Mon Aug 17 18:25:20 2020 +0200 @@ -71,6 +71,7 @@ extensions_["woff"] = "application/x-font-woff"; extensions_["xml"] = "application/xml"; extensions_["pdf"] = "application/pdf"; + extensions_["woff2"] = "font/woff2"; }