aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/cookiestore/set/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/cookiestore/set/index.md')
-rw-r--r--files/ja/web/api/cookiestore/set/index.md4
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/) をご覧ください。