| Index: chrome/common/security_filter_peer.cc
|
| ===================================================================
|
| --- chrome/common/security_filter_peer.cc (revision 23393)
|
| +++ chrome/common/security_filter_peer.cc (working copy)
|
| @@ -75,6 +75,7 @@
|
| case net::ERR_CERT_UNABLE_TO_CHECK_REVOCATION:
|
| case net::ERR_CERT_REVOKED:
|
| case net::ERR_CERT_INVALID:
|
| + case net::ERR_CERT_WEAK_SIGNATURE_ALGORITHM:
|
| case net::ERR_INSECURE_RESPONSE:
|
| if (ResourceType::IsFrame(resource_type))
|
| return CreateSecurityFilterPeerForFrame(peer, os_error);
|
|
|