Skip to content

Commit

Permalink
Separate the SEED cipher link
Browse files Browse the repository at this point in the history
JS != markdown :)
  • Loading branch information
pyllyukko committed Mar 13, 2017
1 parent bec8149 commit 07b6b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,8 @@ user_pref("security.ssl3.ecdhe_ecdsa_null_sha", false);
user_pref("security.ssl3.ecdh_rsa_null_sha", false);
user_pref("security.ssl3.ecdh_ecdsa_null_sha", false);

// PREF: Disable [SEED](https://en.wikipedia.org/wiki/SEED) cipher
// PREF: Disable SEED cipher
// https://en.wikipedia.org/wiki/SEED
user_pref("security.ssl3.rsa_seed_sha", false);

// PREF: Disable 40/56/128-bit ciphers
Expand Down

0 comments on commit 07b6b49

Please sign in to comment.