summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-12-06 17:58:53 +0100
committerYorhel <git@yorhel.nl>2017-12-06 17:58:53 +0100
commit72e00103a56314f6235759ccc5a1f8db35bbcf4d (patch)
treeed62d5f8705389437a3427478fc6bedea648e713
parentc07457a16c2efcbd5e59807145f79929a0274633 (diff)
Adding a few more common mime types
-rw-r--r--lib/TUWF.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/TUWF.pm b/lib/TUWF.pm
index f7e1b2a..758cfcb 100644
--- a/lib/TUWF.pm
+++ b/lib/TUWF.pm
@@ -35,9 +35,13 @@ our $OBJ = bless {
# No particular selection of MIME types
mime_types => {qw{
7z application/x-7z-compressed
+ atom application/atom+xml
+ bmp image/bmp
css text/css
+ gif image/gif
htm text/html
html text/html
+ ico image/x-icon
jpeg image/jpeg
jpg image/jpeg
js application/javascript
@@ -51,6 +55,7 @@ our $OBJ = bless {
pdf application/pdf
png image/png
rar application/x-rar-compressed
+ rss application/rss+xml
tar application/x-tar
txt text/plain
webm video/webm