From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/site/index.html | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 files/ja/glossary/site/index.html (limited to 'files/ja/glossary/site/index.html') diff --git a/files/ja/glossary/site/index.html b/files/ja/glossary/site/index.html new file mode 100644 index 0000000000..3635b05486 --- /dev/null +++ b/files/ja/glossary/site/index.html @@ -0,0 +1,63 @@ +--- +title: Site (サイト) +slug: Glossary/Site +tags: + - Glossary + - Security + - WebMechanics + - 用語集 +translation_of: Glossary/Site +--- +

ウェブコンテンツの一部であるいサイトは、オリジン内にあるホストの登録可能なドメインによって決定されます。これは、公開接尾辞リストを参照して、公開接尾辞として数えられるホストの部分を見つけることによって計算されます (e.g. com, org, co.uk)。

+ +

サイトの概念は、ウェブアプリケーションの Cross-Origin Resource Policy と同様に、 SameSite クッキーで使用されています。

+ +

同一サイトの例

+ + + + + + + + + + + + +
https://developer.mozilla.org/en-US/docs/
+ https://support.mozilla.org/en-US/
登録可能なドメイン mozilla.org が同じなので同一サイト
http://example.com:8080
+ https://example.com
スキームとポートは関係ないので同一サイト
+ +

異なるサイトの例

+ + + + + + + + +
https://developer.mozilla.org/ja/docs/
+ https://example.com
2つの URL の登録可能ドメインが異なるため、同一サイトではない
+ +

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('URL', '#host-same-site')}}{{Spec2('URL')}}初回定義
-- cgit v1.2.3-54-g00ecf