[Pale-Moon] Issue #1717 - Revert 3DES Check to Original Method for Now

This commit is contained in:
Andy 2020-08-14 12:41:42 -07:00 committed by Roy Tam
commit c5ff8be4fb

View file

@ -84,9 +84,7 @@ var padlock_PadLock =
} else if (aCipher.indexOf("_SHA") > -1) {
level = "low";
}
} else if (aCipher == "TLS_RSA_WITH_3DES_EDE_CBC_SHA") {
level = "low";
} else if (aCipher == "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA") {
} else if (aCipher.indexOf("_3DES_") > -1) {
level = "low";
}
}