Navigation Menu

Skip to content

Commit

Permalink
* Adjust mozilla/firefox.cfg for Logjam
Browse files Browse the repository at this point in the history
* Correct permissions of vbox-sysrq.sh

Signed-off-by: Christian Kujau <github@nerdbynature.de>
  • Loading branch information
ckujau committed May 22, 2015
1 parent 8608d12 commit 212d998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mozilla/firefox.cfg
Expand Up @@ -328,6 +328,11 @@ lockPref("datareporting.healthreport.pendingDeleteRemoteData", true);
defaultPref("security.tls.version.min", 1)
defaultPref("security.tls.version.max", 3)

// Disable weak DHE export ciphers
// https://weakdh.org/sysadmin.html
defaultPref("security.ssl3.dhe_rsa_aes_128_sha", false)
defaultPref("security.ssl3.dhe_rsa_aes_256_sha", false)

// Bug #873349 / "Add a whitelist for mixed content blocking" was closed with
// WONTFIX. However, we still may be able to allow mixed content, especially
// in coroprate environments.
Expand Down
Empty file modified vbox-sysrq.sh 100755 → 100644
Empty file.

0 comments on commit 212d998

Please sign in to comment.