Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: salesforce/tough-cookie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: salesforce/tough-cookie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Aug 25, 2022

  1. fix: allow set cookies with localhost (#253)

    * 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.
    
    * 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.
    
    * 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.
    
    * fix: allow set cookies with localhost
    
    updated CHANGELOG.md to point to the releases page since changelogs are auto-generated now.
    
    * Release v4.1.2
    colincasey authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b1a8898 View commit details
    Browse the repository at this point in the history
Loading