A cookie associated with a cross-site resource at http://example.com/ was set without the SameSite attribute.
http://example.com/のクロスサイトリソースに関連付けられたCookieが、 SameSite属性なしで設定されました。
A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure.
Chromeの今後のリリースでは、 SameSite = None および Secure が設定されている場合にのみ、クロスサイトリクエストでCookieを配信します。
You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
デベロッパーツールのApplication> Storage> CookiesでCookieを確認し、https://www.chromestatus.com/feature/5088147346030592 および https://www.chromestatus.com/feature/5633521622188032 で詳細を確認できます。