You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
Platform: iOS
Version: master (f113747)
Steps to reproduce:
fetch()
to hit an endpoint that sets a cookie with no expiry (ie: a session cookie). For exampleset-cookie: foo=bar; Path=/; HttpOnly
CookieManager.get("https://example.com");
The result is the following stacktrace:
The text was updated successfully, but these errors were encountered: