diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:36:52 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:36:52 +0200 |
commit | df8b53f3b17200bed213bfddf02c6eb4afe3dc07 (patch) | |
tree | 8fefa9e2a5daeae5dd1e38bbcf0bab214847ad69 /conf | |
parent | 1ecd691570fcdbb3d093948d78dbacd33f8d3ea3 (diff) | |
download | rspamd-df8b53f3b17200bed213bfddf02c6eb4afe3dc07.tar.gz rspamd-df8b53f3b17200bed213bfddf02c6eb4afe3dc07.zip |
Revert "mark PKCS7 mime types as good"
This reverts commit 19b524dc47f1465db7329be57c02f27e7aca215b.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mime_types.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/mime_types.inc b/conf/mime_types.inc index 7c480d0fe..e63dff09a 100644 --- a/conf/mime_types.inc +++ b/conf/mime_types.inc @@ -203,8 +203,8 @@ application/pidf+xml 0 application/pidf-diff+xml 0 application/pkcs10 0 application/pkcs12 0 -application/pkcs7-mime -1 -application/pkcs7-signature -1 +application/pkcs7-mime 0 +application/pkcs7-signature 0 application/pkcs8 0 application/pkix-attr-cert 0 application/pkix-cert 0 |