aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-22 12:23:14 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-29 01:21:53 +0900
commitf051bb9d1002d441c3ea31f9abf4789dab64ce0f (patch)
tree26eee82ee081a783eec8314d13c7dbe52bc8321c /files/ja/web/http/headers
parentf6d8e31c195f8c5ed0f08ee8d9513c90de8273cf (diff)
downloadtranslated-content-f051bb9d1002d441c3ea31f9abf4789dab64ce0f.tar.gz
translated-content-f051bb9d1002d441c3ea31f9abf4789dab64ce0f.tar.bz2
translated-content-f051bb9d1002d441c3ea31f9abf4789dab64ce0f.zip
2021/08/14 時点の英語版に同期
Diffstat (limited to 'files/ja/web/http/headers')
-rw-r--r--files/ja/web/http/headers/feature-policy/encrypted-media/index.md39
1 files 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
## 構文
-<pre class="syntaxbox notranslate">Feature-Policy: encrypted-media &lt;allowlist&gt;;</pre>
+```
+Feature-Policy: encrypted-media <allowlist>;
+```
- <dt>&lt;allowlist&gt;</dt>
- <dd>{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}</dd>
+- \<allowlist>
+ - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。
## 既定のポリシー
-許可リストは `'self'` です。
+`encrypted-media` の既定の許可リストは `'self'` です。
## 仕様書
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Feature Policy")}}</td>
- <td>{{Spec2("Feature Policy")}}</td>
- <td>初回定義</td>
- </tr>
- <tr>
- <td>{{SpecName("EME","#feature-policy-integration","Feature Policy integration")}}</td>
- <td>{{Spec2("EME")}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
## ブラウザーの互換性
-{{Compat("http.headers.Feature-Policy.encrypted-media")}}
+{{Compat}}
## 関連情報