Abrowser: disabled security.ssl3.rsa_des_ede3_sha, closes #24899
This commit is contained in:
parent
d8359a669d
commit
40d893330b
2 changed files with 2 additions and 1 deletions
|
|
@ -208,6 +208,7 @@ pref("security.ssl3.dhe_rsa_aes_128_sha", false);
|
|||
pref("security.ssl3.dhe_rsa_aes_256_sha", false);
|
||||
pref("security.ssl3.dhe_dss_aes_128_sha", false);
|
||||
pref("security.ssl3.dhe_rsa_des_ede3_sha", false);
|
||||
pref("security.ssl3.rsa_des_ede3_sha", false);
|
||||
|
||||
// Disable Pocket integration
|
||||
pref("browser.pocket.enabled", false);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=59
|
||||
VERSION=60
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue