diff options
author | mongolyy <mongolyy@gmail.com> | 2022-02-21 23:30:29 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-12 21:36:02 +0900 |
commit | a96f7b08aee032f0010e389663c5732b84949e9a (patch) | |
tree | bf2b8ee1628df266c179d86d9b783e3e96f7ade7 /files/ja/web/api/cookiestore/set/index.md | |
parent | 885fc19d39b08c2218e51133d47808e567ac3192 (diff) | |
download | translated-content-a96f7b08aee032f0010e389663c5732b84949e9a.tar.gz translated-content-a96f7b08aee032f0010e389663c5732b84949e9a.tar.bz2 translated-content-a96f7b08aee032f0010e389663c5732b84949e9a.zip |
文言の微修正
Diffstat (limited to 'files/ja/web/api/cookiestore/set/index.md')
-rw-r--r-- | files/ja/web/api/cookiestore/set/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/cookiestore/set/index.md b/files/ja/web/api/cookiestore/set/index.md index 8fa58a7303..b375b088e0 100644 --- a/files/ja/web/api/cookiestore/set/index.md +++ b/files/ja/web/api/cookiestore/set/index.md @@ -49,9 +49,9 @@ var promise = cookieStore.set(options); - `"strict"` - : Cookie は、ファーストパーティのコンテキストでのみ送信され、サードパーティのウェブサイトによるリクエストと一緒に送信されることはありません - `"lax"` - - : Cookie は、通常のクロスサイト・サブクエスト(例えば、画像やフレームをサードパーティのサイトにロードするため)には送信されませんが、ユーザーが元のサイト内を移動しているとき(すなわち、リンクをたどっているとき)には送信されます。 + - : Cookie は、通常のクロスサイト・サブクエスト(例えば、画像やフレームをサードパーティのサイトにロードするため)には送信されません。しかし、ユーザーが元のサイト内を移動しているとき(すなわち、リンクをたどっているとき)には送信されます。 - `"none"` - - : クッキーは、すべてのコンテキストで送信されます。 + - : Cookie は、すべてのコンテキストで送信されます。 > **Note:** SameSite cookies の詳細については、 [SameSite cookies explained](https://web.dev/samesite-cookies-explained/) をご覧ください。 |