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: client browser cookies being unnecessarily deleted #274

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    5e8c782 View commit details
    Browse the repository at this point in the history
  2. fix: cookies get returned back to their original state

    If a user is debugging with hoppscotch using a cookie for authorization, and they have one with the same name set it would just disappear. This commit fixes that bug by trying to return the cookie back to their original state. It also passes `credentials: "omit"` to the actual fetch to prevent it from doing any of the cookie handling as well.
    josssch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2601154 View commit details
    Browse the repository at this point in the history
  3. 0.31.1

    josssch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    db03252 View commit details
    Browse the repository at this point in the history