Why SetCookie’s SameSite directive applies the destination rather than the origin?
I understand that the SameSite directive tries to protect against cross-origin leakages and CSRFs (see OWASP), but I don’t get why (on my browser at least) it applies to the cookie’s destination rather than on the client’s origin. As a con… Continue reading Why SetCookie’s SameSite directive applies the destination rather than the origin?