mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Add wasm support for themes (#38898)
Closes #38897 Signed-off-by: trataka <jonathan@trataka.net>
This commit is contained in:
@@ -33,6 +33,7 @@ public class MimeTypeUtil {
|
||||
map.addMimeTypes("image/png png PNG");
|
||||
map.addMimeTypes("image/svg+xml svg SVG");
|
||||
map.addMimeTypes("text/html html htm HTML HTM");
|
||||
map.addMimeTypes("application/wasm wasm WASM");
|
||||
}
|
||||
|
||||
public static String getContentType(File file) {
|
||||
|
||||
Reference in New Issue
Block a user