mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
parent
54b231bfb6
commit
d8ccdaa0d9
2 changed files with 2 additions and 71 deletions
|
|
@ -1309,8 +1309,8 @@ typedef struct {
|
|||
bool weak;
|
||||
} CipherPref;
|
||||
|
||||
// Update the switch statement in AccumulateCipherSuite in nsNSSCallbacks.cpp
|
||||
// when you add/remove cipher suites here.
|
||||
// List of available cipher suites and their prefs
|
||||
// Format: "pref", cipherSuite, defaultEnabled, [isWeak = false]
|
||||
static const CipherPref sCipherPrefs[] = {
|
||||
{ "security.ssl3.ecdhe_rsa_aes_128_gcm_sha256",
|
||||
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue