# HG changeset patch # User Sebastien Jodogne # Date 1597681520 -7200 # Node ID 1fbe54808853ba578016cbeaa8ca04c3997611a9 # Parent c5cdb6dc6865af2d696f0013651e4eb9e6a8ecbb added woff2 file extension in serve folders plugin diff -r c5cdb6dc6865 -r 1fbe54808853 OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp --- 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"; }