This page is on a different registrable domain from clerk.com
(vercel.app is on the Public Suffix List, so this really is cross-site).
Loading it fires one <img> subresource request to
img.clerk.com. No clicks, no navigation, no user gesture.
status: waiting for a URL
https://clerk.com.
Look for __session / __session_<suffix> /
__client_uat* at Domain=.clerk.com; Path=/apps, and
__client at Path=/v1.
SAMESITE env to Lax, redeploy, hard-reload
this page. The blob is unchanged. Cookies should now fail to land —
that reproduces Gate B′ and isolates the attribute as the sole cause.dashboard.clerk.com (signed in as the victim account) and run
document.cookie in the console. Report the order of the
two __session_<suffix> entries. Nothing in the corpus yet
proves document.cookie ordering for a genuine
Domain=.clerk.com cookie against a host-only one on a real
registrable domain — this retires it.Note: this page cannot read clerk.com cookies — it is cross-origin. It only triggers the request. DevTools is the oracle.