From f051bb9d1002d441c3ea31f9abf4789dab64ce0f Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 22 Jan 2022 12:23:14 +0900 Subject: 2021/08/14 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../feature-policy/encrypted-media/index.md | 39 ++++++---------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/files/ja/web/http/headers/feature-policy/encrypted-media/index.md b/files/ja/web/http/headers/feature-policy/encrypted-media/index.md index 7c1d7fde8e..9ae7b30955 100644 --- a/files/ja/web/http/headers/feature-policy/encrypted-media/index.md +++ b/files/ja/web/http/headers/feature-policy/encrypted-media/index.md @@ -4,11 +4,12 @@ slug: Web/HTTP/Headers/Feature-Policy/encrypted-media tags: - ディレクティブ - EME + - 機能ポリシー - Feature-Policy - HTTP - リファレンス - - ディレクティブ - - 機能ポリシー + - Experimental +browser-compat: http.headers.Feature-Policy.encrypted-media translation_of: Web/HTTP/Headers/Feature-Policy/encrypted-media --- {{HTTPSidebar}}{{SeeCompatTable}} @@ -17,42 +18,24 @@ HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける `encrypted-me ## 構文 -
Feature-Policy: encrypted-media <allowlist>;
+``` +Feature-Policy: encrypted-media ; +``` -
<allowlist>
-
{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}
+- \ + - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。 ## 既定のポリシー -許可リストは `'self'` です。 +`encrypted-media` の既定の許可リストは `'self'` です。 ## 仕様書 - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("Feature Policy")}}{{Spec2("Feature Policy")}}初回定義
{{SpecName("EME","#feature-policy-integration","Feature Policy integration")}}{{Spec2("EME")}}
+{{Specifications}} ## ブラウザーの互換性 -{{Compat("http.headers.Feature-Policy.encrypted-media")}} +{{Compat}} ## 関連情報 -- cgit v1.2.3-54-g00ecf