From 40d893330bac3be9d01131825ab96948ca9794f3 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 2 Nov 2018 11:48:01 -0400 Subject: [PATCH] Abrowser: disabled security.ssl3.rsa_des_ede3_sha, closes #24899 --- helpers/DATA/firefox/settings.js | 1 + helpers/make-firefox | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js index c9a0c751c..3f347ecdb 100644 --- a/helpers/DATA/firefox/settings.js +++ b/helpers/DATA/firefox/settings.js @@ -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); diff --git a/helpers/make-firefox b/helpers/make-firefox index 304f80fb6..b02f33600 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=59 +VERSION=60 . ./config -- GitLab