diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-12 18:21:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 18:21:16 +0100 |
commit | 107bbf5a9f4376dcc4bff28c808e55842365d914 (patch) | |
tree | 4eaecb20baf4e2a5a649aef6d2f9caa29def509b /conf | |
parent | 591ceeed632f18f3921a8ed0469acac42a92292f (diff) | |
parent | 64f63b1baa364d1b36d6652740c84d387b6571c3 (diff) | |
download | rspamd-107bbf5a9f4376dcc4bff28c808e55842365d914.tar.gz rspamd-107bbf5a9f4376dcc4bff28c808e55842365d914.zip |
Merge pull request #719 from moisseev/x-vcard
[Minor] Add text/x-vcard MIME type
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 |