diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-22 19:59:28 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-29 21:51:41 +0900 |
commit | e39b9f2f38416e1a81679e5e61016cc019a9e919 (patch) | |
tree | 1a10196e3a6e6832e2f35e90b71c85c0edfd8c42 /files | |
parent | c3676c82cb9da3f6ca6d663cb60c499844853355 (diff) | |
download | translated-content-e39b9f2f38416e1a81679e5e61016cc019a9e919.tar.gz translated-content-e39b9f2f38416e1a81679e5e61016cc019a9e919.tar.bz2 translated-content-e39b9f2f38416e1a81679e5e61016cc019a9e919.zip |
2021/08/14 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/http/headers/feature-policy/payment/index.md | 40 |
1 files changed, 13 insertions, 27 deletions
diff --git a/files/ja/web/http/headers/feature-policy/payment/index.md b/files/ja/web/http/headers/feature-policy/payment/index.md index d669595bc8..c5c63de195 100644 --- a/files/ja/web/http/headers/feature-policy/payment/index.md +++ b/files/ja/web/http/headers/feature-policy/payment/index.md @@ -9,19 +9,22 @@ tags: - Payment Request API - Payments API - リファレンス - - 決済 API + - 実験的 +browser-compat: http.headers.Feature-Policy.payment translation_of: Web/HTTP/Headers/Feature-Policy/payment --- {{HTTPSidebar}} {{SeeCompatTable}} -<span class="seoSummary">HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーフィールドにおける `payment` ディレクティブは、現在の文書が [Payment Request API](/ja/docs/Web/API/Payment_Request_API) を使用することを許可するかどうかを制御します。このポリシーが無効であれば、 {{DOMxRef("PaymentRequest()")}} コンストラクターで {{exception("SyntaxError")}} 例外が発生します。</span> +HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーフィールドにおける `payment` ディレクティブは、現在の文書が [Payment Request API](/ja/docs/Web/API/Payment_Request_API) を使用することを許可するかどうかを制御します。このポリシーが無効であれば、 {{DOMxRef("PaymentRequest()")}} コンストラクターで {{exception("SyntaxError")}} 例外が発生します。 ## 構文 -<pre class="syntaxbox notranslate">Feature-Policy: payment <allowlist>;</pre> +``` +Feature-Policy: payment <allowlist>; +``` - - \<allowlist> - <dd>{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}</dd> +- \<allowlist> + - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。 ## 既定のポリシー @@ -29,31 +32,14 @@ translation_of: Web/HTTP/Headers/Feature-Policy/payment ## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('Payment')}}</td> - <td>{{Spec2('Payment')}}</td> - <td>See [Section 16. Feature Policy integration](https://w3c.github.io/payment-request/#feature-policy).</td> - </tr> - <tr> - <td>{{SpecName('Feature Policy')}}</td> - <td>{{Spec2('Feature Policy')}}</td> - <td>初回定義</td> - </tr> - </tbody> -</table> +| 仕様書 | 状態 | 備考 | +| ------------------------------ | --------------------------- | ------------------------------------------------------------------------------------------------------ | +| {{SpecName('Payment')}} | {{Spec2('Payment')}} | [Section 16. Feature Policy integration](https://w3c.github.io/payment-request/#feature-policy) を参照 | +| {{SpecName('Feature Policy')}} | {{Spec2('Feature Policy')}} | 初回定義 | ## ブラウザーの互換性 -{{Compat("http.headers.Feature-Policy.payment")}} +{{Compat}} ## 関連情報 |