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: allow set cookies with localhost #253

Commits on Aug 25, 2022

  1. fix: allow set cookies with localhost

    Adding more tests to cover the breaking use cases noted in #246.
    
    e.g.;.
    * `new CookieJar().setCookieSync("settingThisShouldPass=true; Domain=localhost; Path=/;", "http://localhost")`
    
    Also modifies the assertion for a test introduced in #221 that may be incorrect.
    colincasey committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8b06ee7 View commit details
    Browse the repository at this point in the history
  2. fix: allow set cookies with localhost

    Adding more tests to cover the breaking use cases noted in #246.
    
    e.g.;.
    * `new CookieJar().setCookieSync("settingThisShouldPass=true; Domain=localhost; Path=/;", "http://localhost")`
    
    Also modifies the assertion for a test introduced in #221 that may be incorrect.
    colincasey committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ea0ea0c View commit details
    Browse the repository at this point in the history
  3. fix: allow set cookies with localhost

    Adding more tests to cover the breaking use cases noted in #246.
    
    e.g.;.
    * `new CookieJar().setCookieSync("settingThisShouldPass=true; Domain=localhost; Path=/;", "http://localhost")`
    
    Also modifies the assertion for a test introduced in #221 that may be incorrect.
    colincasey committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7ae6c00 View commit details
    Browse the repository at this point in the history
  4. fix: allow set cookies with localhost

    updated CHANGELOG.md to point to the releases page since changelogs are auto-generated now.
    colincasey committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bd7a391 View commit details
    Browse the repository at this point in the history
  5. Release v4.1.2

    colincasey committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0c7917f View commit details
    Browse the repository at this point in the history