Skip to content
Snippets Groups Projects
Commit 40d89333 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser: disabled security.ssl3.rsa_des_ede3_sha, closes #24899

parent d8359a66
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment