user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 08fbc37870f7980e07f27a874a75e34ae30a0cf3
parent 9859cc8889bff5a3e8ae7af75542c7171f01e57a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  5 Jun 2017 16:12:55 +1200

1266: add ref link
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1764,6 +1764,7 @@ user_pref("plugins.update.notifyUser", false); // 1266: disable rc4 ciphers // [1] https://trac.torproject.org/projects/tor/ticket/17369 // [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1268728 + // [-] https://www.fxsitecompat.com/en-CA/docs/2016/rc4-support-has-been-completely-removed/ user_pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false); user_pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false); user_pref("security.ssl3.rsa_rc4_128_md5", false);