mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
Add wasm support for themes (#38898)
Closes #38897 Signed-off-by: trataka <jonathan@trataka.net>
This commit is contained in:
parent
e13eb0df90
commit
9afe5fb8a9
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user