(no title)
hatefulheart | 2 months ago
SameSite or not is inconsequential to the check a backend does for a CSRF token in the POST.
hatefulheart | 2 months ago
SameSite or not is inconsequential to the check a backend does for a CSRF token in the POST.
hn_throwaway_99|2 months ago
hatefulheart|2 months ago
zenmac|2 months ago
Just feels like all these http specs are super duck tapped together. I guess that is only way to ensure mass adoption for new devs and now vibe coders.
tptacek|2 months ago
hatefulheart|2 months ago
I’m not being rude, what does it mean to unexpectedly carry cookies? That’s not what I understand the risk of CSRF is.
My understanding is that we want to ensure a POST came from our website and we do so with a double signed HMAC token that is present in the form AND the cookie, which is also tied to the session.
What on earth is unexpectedly carrying cookies?