mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
suspicious-source: Add image/vnd.adobe.photoshop to the mime-type whitelist.
This commit is contained in:
parent
b5fe00acc2
commit
2faba4eb3e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user