Search code examples
macosfirefoxcookiesmacos-sierra

Where Does Firefox Store Cookies on OS X?


I want to load my Firefox cookies into a MozillaCookieJar object for a Python script that I'm writing. What I can't figure out though is where Firefox actually saves its cookies file.
I'm running macOS Sierra (10.12.3) and Firefox 53.


Solution

  • Firefox saves your cookies in a file called "cookies.sqlite", a SQLlite database in your Firefox profile folder.

    From "Finding your profile without opening Firefox": (OS X 10.7 or above) Click the Finder icon in the dock. On the menu bar, click the Go menu, hold down the option or alt key and select Library. A window will open containing your Library folder.

    Open the "Application Support" folder, then open the "Firefox" folder, and then the "Profiles" folder.

    Your profile folder is within this folder. If you only have one profile, its folder would have "default" in the name.

    For instance:

    /Users/USERNAME/Library/Application\ Support/Firefox/Profiles/########.default/cookies.sqlite