Git Product home page Git Product logo

mozilla-keychain's Introduction

Store your Firefox website usernames and passwords in Apple's Keychain Services, just like Safari and other browsers do on OS X. This allows you to use the same stored logins in any browser that uses the Keychain. It also allows you to take advantage of the security features of Keychain Services such as auto-locking when the screensaver is activated.

Install the extension here: https://addons.mozilla.org/en-US/firefox/addon/13509/

The first time you run Firefox with this extension enabled, you will be prompted to migrate your existing stored passwords (if any) to the Mac OS X Keychain. Thereafter, new credentials will no longer be stored in your Firefox profile. This means, for example, that your credentials will not be included if you later migrate your Firefox profile to another computer.

This extension tries as hard as possible to avoid requesting access to your passwords until it needs them, however it is ultimately Firefox/Thunderbird that decides what passwords to ask for when. If you find you're getting a lot of prompts, your only real option is to click "Always Allow" (or ask Mozilla to avoid asking for passwords until they actually need them).

To enable detailed logging, go to about:config and set the signon.debug preference to true. Some log messages will appear in the Browser Console; yet more detail should be visible in OS X's Console.app.

Development

To help out with development:

  1. Get the code: git clone [email protected]:jfitzell/mozilla-keychain.git
  2. Download a version of Firefox Developer Edition, Nightly, or an unbranded build
  3. (Optional) Create a profile for development (some of the other recommendations in that link may also be helpful)
  4. Enabled unsigned extensions:
  5. type about:config into the URL bar in Firefox
  6. in the Search box type xpinstall.signatures.required
  7. double-click the preference, or right-click and select "Toggle", to set it to false.
  8. Tell Firefox to load the extension directly from the folder where you cloned the repository
  9. Enable logging by setting signon.debug to true; logging is visible in the Browser Console. For trace level logging, start Firefox from the command line with /path/to/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager.
  10. It can also be useful to use another keychain specifically for development and testing. In about:config set extensions.macos-keychain.search-path and extensions.macos-keychain.write-file to e.g. ~/Library/Keychains/test.keychain

Packaging

To create a new package:

  1. Update install.rdf with new version number and update minVersion and maxVersion as appropriate
  2. Update CHANGES with the major changes since the last release
  3. Zip up the folder. From inside the repository run zip -r ../releases/macos-keychain-VERSION.xpi *

mozilla-keychain's People

Contributors

jfitzell avatar bkimmett avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.