From 147324eac2d0873f4c354a8ad438c50fd823d6f4 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Wed, 19 Dec 2018 20:32:51 +0100 Subject: [PATCH] Oops, fix score for PKCS7 MIME types --- conf/mime_types.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/mime_types.inc b/conf/mime_types.inc index 117770081..746ed05ce 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 0 -application/pkcs7-signature 0 +application/pkcs7-mime -1 +application/pkcs7-signature -1 application/pkcs8 0 application/pkix-attr-cert 0 application/pkix-cert 0 -- 2.39.5