Structure
HTTPCookieStringPolicy
Values that indicate whether to restrict the cookie to requests sent back to the same site that created it.
いくつかの値、それらはクッキーをそれが作成されたのと同じサイトに送り返されるリクエストに制限するかどうかを指し示します。
Declaration
宣言
struct HTTPCookieStringPolicy, @unchecked Sendable
Overview
概要
RFC 6265 defines “same site” as the registerable domain of a URI.
RFC 6265は、 “同じサイト” をあるURIの登録可能ドメインとして定義します。
Topics
話題
Creating a Policy
方針を作成する
init(rawValue: String)
Creates an HTTP cookie string policy from the given raw string.
HTTPクッキー文字列方針をこの与えられた生の文字列から作成します。
See Also
参照
Securing Cookies
クッキーを安全にする
var isHTTPOnly: Bool
A Boolean value that indicates whether the cookie should only be sent to HTTP servers.
クッキーがHTTPサーバにのみ送られるべきかどうかを指し示すブール値。
var isSecure: Bool
A Boolean value that indicates whether the cookie may only be sent over secure channels.
あるブール値、それはクッキーが安全な経路越しに送られるだけであるかもしれないかどうかを指し示します。
var sameSitePolicy: HTTPCookieStringPolicy?
A Boolean value that indicates whether to restrict the cookie to requests sent back to the same site that created it.
あるブール値、それはクッキーをそれが作成されたのと同じサイトに逆に送り返されるリクエストに制限するかどうかを指し示します。