diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-13 15:50:24 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-13 15:50:34 +0100 |
commit | d634d1a18a33fbef272a4cfdf094ce1ea1bc5d6c (patch) | |
tree | 8dc9cffba159183a00d983d4be23d2313d25600f /bin | |
parent | 903bbf3865809ddd03e181eee1c6297c91021743 (diff) |
enable more useful formats
Change-Id: I790f0678a0fb06b3fd1babf499803b5250f23c1b
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index b09261e5f79b..a45281d55da7 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -348,11 +348,6 @@ mimetypes = { 'image/x-wmf': 'wmf', 'image/x-pict': 'pict', 'image/x-cmx': 'cmx', -} - -# disabled for now, this would download gigs of pngs/jpegs... -common_noncore_mimetypes = { -# graphics 'image/svg+xml': 'svg', 'image/x-MS-bmp': 'bmp', 'image/x-wpg': 'wpg', @@ -367,6 +362,11 @@ common_noncore_mimetypes = { 'image/x-cmu-raster': 'ras', 'image/x-xbitmap': 'xbm', 'image/x-xpixmap': 'xpm', +} + +# disabled for now, this would download gigs of pngs/jpegs... +common_noncore_mimetypes = { +# graphics 'image/gif': 'gif', 'image/jpeg': 'jpeg', 'image/png': 'png', |