Cookie & SameSite & Strict

When I store cookies, I add the SameSite value as Strict. However, when sending a request recently, the cookie with the SameSite value of Strict will not be carried. It seemed that there was no problem before. Is there any recent version that has modified the strict matching? rule?

Hi @RuiJin,

I contact to the development team and found that there were no changes to Samesite for cookie.

Cookie with SamSite as Strict will be carried only when the request comes from the same site
Please refer to the details at https://web.dev/articles/samesite-cookies-explained?hl=en.

Thanks.