mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
W.I.P. SMIME:
- Remove multipart/signed from SMIME TYPES
This commit is contained in:
parent
fc451b2940
commit
06673bcb03
@ -26,7 +26,6 @@ class Smime extends Horde_Crypt_Smime
|
||||
'application/pkcs7',
|
||||
'application/pkcs10',
|
||||
'application/pkcs8',
|
||||
'multipart/signed',
|
||||
'application/x-pkcs7-signature',
|
||||
'application/x-pkcs7-mime',
|
||||
'application/pkcs7-mime',
|
||||
@ -40,7 +39,6 @@ class Smime extends Horde_Crypt_Smime
|
||||
static $SMIME_SIGNATURE_ONLY_TYPES = array (
|
||||
'application/x-pkcs7-signature',
|
||||
'application/pkcs7-signature',
|
||||
'multipart/signed'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user