Merge branch 'abrowser-logjam' into 'belenos'

abrowser: avoid logjam attack

Copied from @ruben one at
http://git.savannah.gnu.org/cgit/gnuzilla.git/commit/?id=58f127c1d5f8c89b9e55803701f734756d1cfa2a

See merge request !108
This commit is contained in:
Ruben Rodriguez 2015-06-30 18:51:45 +00:00
commit 9e4bd85cd9
2 changed files with 8 additions and 1 deletions

View file

@ -175,3 +175,10 @@ pref("loop.enabled",false);
// Use old style preferences, that allow javascript to be disabled
pref("browser.preferences.inContent",false);
// Avoid logjam attack
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);

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=38
VERSION=39
. ./config