Hi Is there a way to make it work in normal chrome?
I've seen the feature first party sets flag and followed the
and set a cookie from one of the 2 domains like this:
document.cookie = "username=Billy; Samesite=Lax; SameParty; Secure";
This cookie can't be seen from the other site.
Any hint?