add jfif and jif as jpeg mime types

This commit is contained in:
Christian Schneppe 2020-03-16 19:55:58 +01:00
parent b2cc172423
commit ebecb6de7a
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -278,6 +278,8 @@ public final class MimeUtils {
add("image/jpeg", "jpg");
add("image/jpeg", "jpeg");
add("image/jpeg", "jpe");
add("image/jpeg", "jfif");
add("image/jpeg", "jif");
add("image/pcx", "pcx");
add("image/png", "png");
add("image/svg+xml", "svg");