Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Netscape cookie export #139

Open
wants to merge 2 commits into
base: fpi
Choose a base branch
from
Open

Fix Netscape cookie export #139

wants to merge 2 commits into from

Commits on Apr 20, 2022

  1. Make the Netscape cookie export function properly

    Appends "# Netscape HTTP Cookie File" to the beginning of the file, and uppercases booleans in the export.
    dspeyrer committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d498dc5 View commit details
    Browse the repository at this point in the history
  2. Make sure original format is retained for JSON exports

    Changed to only capitalize the boolean raw values if the template is 'NETSCAPE'.
    dspeyrer committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7ab18e0 View commit details
    Browse the repository at this point in the history