mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[Pale-Moon] Issue #1717 - Low Cipher Changes
This commit is contained in:
parent
02f79388b4
commit
782bcb46dc
1 changed files with 1 additions and 5 deletions
|
|
@ -84,11 +84,7 @@ var padlock_PadLock =
|
|||
} else if (aCipher.indexOf("_SHA") > -1) {
|
||||
level = "low";
|
||||
}
|
||||
} else if (aCipher.indexOf("TLS_DHE_RSA_WITH_AES") > -1) {
|
||||
level = "low";
|
||||
} else if (aCipher.indexOf("TLS_RSA_WITH_AES_128_") > -1) {
|
||||
level = "low";
|
||||
} else if (aCipher.indexOf("_3DES_") > -1) {
|
||||
} else if (aCipher.indexOf("_DES_EDE3_") > -1) {
|
||||
level = "low";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue