add 'application/x-pdf' to mimetypes
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3082 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
bff8785a60
commit
3cdffe1937
2 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,7 @@ class MimeTypes(dict):
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
if line:
|
if line:
|
||||||
parts = line.split()
|
parts = line.split()
|
||||||
self[parts[0]] = parts[1:]
|
self[parts[0].strip()] = parts[1:]
|
||||||
mtFile.close()
|
mtFile.close()
|
||||||
|
|
||||||
mimeTypes = MimeTypes()
|
mimeTypes = MimeTypes()
|
||||||
|
|
|
@ -391,6 +391,7 @@ application/x-ns-proxy-autoconfig pac
|
||||||
application/x-nwc nwc
|
application/x-nwc nwc
|
||||||
application/x-object o
|
application/x-object o
|
||||||
application/x-oz-application oza
|
application/x-oz-application oza
|
||||||
|
application/x-pdf pdf
|
||||||
application/x-pkcs7-certreqresp p7r
|
application/x-pkcs7-certreqresp p7r
|
||||||
application/x-pkcs7-crl crl
|
application/x-pkcs7-crl crl
|
||||||
application/x-python-code pyc pyo
|
application/x-python-code pyc pyo
|
||||||
|
|
Loading…
Add table
Reference in a new issue