suspicious-source: Add image/vnd.adobe.photoshop to the mime-type whitelist.

This commit is contained in:
Benjamin Drung 2011-02-01 15:34:40 +01:00
parent b5fe00acc2
commit 2faba4eb3e
2 changed files with 6 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,10 @@
ubuntu-dev-tools (0.116) UNRELEASED; urgency=low
* suspicious-source: Add .icns and .java to extension whitelist.
* suspicious-source:
- Add .icns and .java to extension whitelist.
- Add image/vnd.adobe.photoshop to the mime-type whitelist.
-- Benjamin Drung <bdrung@debian.org> Tue, 01 Feb 2011 15:13:02 +0100
-- Benjamin Drung <bdrung@debian.org> Tue, 01 Feb 2011 15:33:51 +0100
ubuntu-dev-tools (0.115) unstable; urgency=low

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
# Copyright (c) 2010, Benjamin Drung <bdrung@ubuntu.com>
# Copyright (c) 2010-2011, Benjamin Drung <bdrung@ubuntu.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -37,6 +37,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
"image/jpeg",
"image/png",
"image/svg+xml",
"image/vnd.adobe.photoshop",
"image/x-icns",
"image/x-ico",
"image/x-ms-bmp",