-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ciphers for ff 38 and package.json for jpm compatibility
- Loading branch information
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |