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 Dec 16, 2023. It is now read-only.
Running the server part only and making the two requests in either Chrome or Firefox doesn't display this behavior. This is what made me believe that Zombie might be too permissive.
The sample should be transformable to a test case pretty easily.
The text was updated successfully, but these errors were encountered:
If
domain-a
tries to set a cookie fordomain-b
, the cookie shouldn't actually be set and sent todomain-b
, when the browser does a call there.Here is a sample displaying the issue.
The sample requires
express
and obviouslyzombie
.It also requires adding
in
/etc/hosts
.Notes:
The text was updated successfully, but these errors were encountered: