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