Skip to content

Commit

Permalink
Updated ciphers for ff 38 and package.json for jpm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dillbyrne committed May 13, 2015
1 parent 6cb9f6e commit 699b6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
12 changes: 0 additions & 12 deletions lib/Panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,21 @@ var Panel = require("sdk/panel"),
loaded = false,
panel,
cipher_suite_prefs = [
"security.ssl3.dhe_dss_aes_128_sha",
"security.ssl3.dhe_dss_aes_256_sha",
"security.ssl3.dhe_dss_camellia_128_sha",
"security.ssl3.dhe_dss_camellia_256_sha",
"security.ssl3.dhe_rsa_aes_128_sha",
"security.ssl3.dhe_rsa_aes_256_sha",
"security.ssl3.dhe_rsa_camellia_128_sha",
"security.ssl3.dhe_rsa_camellia_256_sha",
"security.ssl3.dhe_rsa_des_ede3_sha",
"security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256",
"security.ssl3.ecdhe_ecdsa_aes_128_sha",
"security.ssl3.ecdhe_ecdsa_aes_256_sha",
"security.ssl3.ecdhe_ecdsa_rc4_128_sha",
"security.ssl3.ecdhe_rsa_aes_128_gcm_sha256",
"security.ssl3.ecdhe_rsa_aes_128_sha",
"security.ssl3.ecdhe_rsa_aes_256_sha",
"security.ssl3.ecdhe_rsa_des_ede3_sha",
"security.ssl3.ecdhe_rsa_rc4_128_sha",
"security.ssl3.rsa_aes_128_sha",
"security.ssl3.rsa_aes_256_sha",
"security.ssl3.rsa_camellia_128_sha",
"security.ssl3.rsa_camellia_256_sha",
"security.ssl3.rsa_des_ede3_sha",
"security.ssl3.rsa_fips_des_ede3_sha",
"security.ssl3.rsa_rc4_128_md5",
"security.ssl3.rsa_rc4_128_sha",
"security.ssl3.rsa_seed_sha"
];


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "toggle-cipher-suites",
"fullName": "Toggle Cipher Suites",
"id": "jid1-BJLRspk01OAAzg",
"id": "jid1-BJLRspk01OAAzg@jetpack",
"description": "This addon allows users to toggle the various ssl3 cipher suites",
"author": "dbyrne",
"license": "GNU GPL 3+",
"permissions": {"private-browsing": true},
"icon":"data/images/icon.png",
"icon64":"data/images/icon64.png",
"version": "0.6"
"version": "0.6",
"main":"lib/main.js"
}

0 comments on commit 699b6a7

Please sign in to comment.