👷♂️ Patch fixes
- Fixes problem with HttpOnly cookies not being sent in
XMLHttpRequest
andwindow.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)