diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-12 10:35:37 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-12 10:35:37 +0300 |
commit | 64f63b1baa364d1b36d6652740c84d387b6571c3 (patch) | |
tree | d499f9bb88c6ada71c3109a1ebd67964a6aede76 /conf | |
parent | f5f548307ba13204c0219477305180e9f9c2cd78 (diff) | |
download | rspamd-64f63b1baa364d1b36d6652740c84d387b6571c3.tar.gz rspamd-64f63b1baa364d1b36d6652740c84d387b6571c3.zip |
[Minor] Add text/x-vcard MIME type
`text/x-vcard` is deprecated as of vCard version 4.0 specification but still used for previous versions.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mime_types.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/mime_types.inc b/conf/mime_types.inc index a3340e646..aec9169ab 100644 --- a/conf/mime_types.inc +++ b/conf/mime_types.inc @@ -1446,6 +1446,7 @@ text/vnd.wap.sl 0 text/vnd.wap.wmlscript 0 text/xml 0 text/xml-external-parsed-entity 0 +text/x-vcard 0 video/1d-interleaved-parityfec 0 video/3gpp 0 video/3gpp-tt 0 |