Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information