Add gif, jpeg, and png mimetype support to WebPositive
This commit is contained in:
@@ -14,6 +14,9 @@ resource app_flags B_SINGLE_LAUNCH;
|
|||||||
|
|
||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text/html",
|
"types" = "text/html",
|
||||||
|
"types" = "image/gif",
|
||||||
|
"types" = "image/jpeg",
|
||||||
|
"types" = "image/png",
|
||||||
"types" = "image/svg+xml",
|
"types" = "image/svg+xml",
|
||||||
"types" = "application/x-vnd.Be.URL.file",
|
"types" = "application/x-vnd.Be.URL.file",
|
||||||
"types" = "application/x-vnd.Be.URL.ftp",
|
"types" = "application/x-vnd.Be.URL.ftp",
|
||||||
|
|||||||
Reference in New Issue
Block a user