mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
[Pale-Moon] Issue #1717 - Revert 3DES Check to Original Method for Now
This commit is contained in:
parent
92eed10c3b
commit
c5ff8be4fb
1 changed files with 1 additions and 3 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue