Skip to content

v9.1.10

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 22:47
c70d674

👷‍♂️ Patch fixes

  • Fixes problem with HttpOnly cookies not being sent in XMLHttpRequest and window.fetch(). (#836)
  • Fixes problem with using cookie names without a value (e.g. "cookie_name" and "cookie_name=" should be handled as separate cookies). (#836)

🎨 Features

  • Adds support for CORS handling when sending and receiving cookies from HTTP requests/responses. (#836)