aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers/feature-policy/web-share/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/headers/feature-policy/web-share/index.md')
-rw-r--r--files/ja/web/http/headers/feature-policy/web-share/index.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/files/ja/web/http/headers/feature-policy/web-share/index.md b/files/ja/web/http/headers/feature-policy/web-share/index.md
new file mode 100644
index 0000000000..dfe6bd596e
--- /dev/null
+++ b/files/ja/web/http/headers/feature-policy/web-share/index.md
@@ -0,0 +1,43 @@
+---
+title: web-share
+slug: Web/HTTP/Headers/Feature-Policy/web-share
+tags:
+ - Feature-Policy
+ - HTTP
+ - Web Share
+ - Experimental
+browser-compat: http.headers.Feature-Policy.web-share
+translation_of: Web/HTTP/Headers/Feature-Policy/web-share
+---
+{{HTTPSidebar}} {{SeeCompatTable}}
+
+HTTP の {{HTTPHeader('Feature-Policy')}} ヘッダーにおける `web-share` ディレクティブは、減殺の文書が Web Share API の {{domxref("Navigator.share","Navigator.share()")}} メソッドを使用して、テキスト、リンク、画像、その他のコンテンツをユーザーが選択した任意の宛先にシェアすることを許可するかどうかを制御します。
+
+## 構文
+
+```
+Feature-Policy: web-share <allowlist>;
+```
+
+- \<allowlist>
+ - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。
+
+## 既定のポリシー
+
+既定値は `'self'` です。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+ブラウザーへの実装は <https://github.com/w3c/web-share/issues/169> で議論されています。
+
+## 関連情報
+
+- {{HTTPHeader('Feature-Policy')}} header
+- [機能ポリシー](/en-US/docs/Web/HTTP/Feature_Policy)
+- [機能ポリシーの使用](/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy)