NSHTTPCookieSameSiteStrict
A policy that prohibits a cross-site request from including the cookie.
ある方針、それはクロスサイトリクエストにクッキーを含めることを禁止します。
Availability 有効性
Technology
const NSHTTPCookieStringPolicy
NSHTTPCookieSameSiteLax;
When a cookie has this policy, a request includes the cookie if the request is “top-level,”, meaning one that changes the URL in the address bar. クッキーがこの方針を持つ場合、あるリクエストはクッキーを、そのリクエストが “top-level” ならば含みます、URLをアドレスバーにおいて変更するものを意味しています。
NSHTTPCookieSameSiteStrict