aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-22 11:01:21 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-29 01:20:34 +0900
commit5c05d9ed9223052ac59941d3856a59aeb38b322f (patch)
treeb81255305752f3ea90fc3a52cb47f90544277cf5
parentcd1ae81ac7ac8fb7f7858537ec5402af5371d69e (diff)
downloadtranslated-content-5c05d9ed9223052ac59941d3856a59aeb38b322f.tar.gz
translated-content-5c05d9ed9223052ac59941d3856a59aeb38b322f.tar.bz2
translated-content-5c05d9ed9223052ac59941d3856a59aeb38b322f.zip
2021/08/14 時点の英語版に基づき新規翻訳
-rw-r--r--files/ja/web/http/headers/feature-policy/ambient-light-sensor/index.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/web/http/headers/feature-policy/ambient-light-sensor/index.md b/files/ja/web/http/headers/feature-policy/ambient-light-sensor/index.md
new file mode 100644
index 0000000000..054fa3fbc1
--- /dev/null
+++ b/files/ja/web/http/headers/feature-policy/ambient-light-sensor/index.md
@@ -0,0 +1,41 @@
+---
+title: 'Feature-Policy: ambient-light-sensor'
+slug: Web/HTTP/Headers/Feature-Policy/ambient-light-sensor
+tags:
+ - Ambient Light Sensor
+ - 機能ポリシー
+ - HTTP
+ - 実験的
+browser-compat: http.headers.Feature-Policy.ambient-light-sensor
+translation_of: Web/HTTP/Headers/Feature-Policy/ambient-light-sensor
+---
+{{HTTPSidebar}} {{SeeCompatTable}}
+
+HTTP の {{HTTPHeader('Feature-Policy')}} ヘッダーにおける `ambient-light-sensor` ディレクティブは、現在の文書が {{domxref('AmbientLightSensor')}} インターフェイスを通じて端末の周囲の環境における明るさの量に関する情報を収集することを許可するかどうかを制御します。
+
+## 構文
+
+```
+Feature-Policy: ambient-light-sensor <allowlist>;
+```
+
+- \<allowlist>
+ - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。
+
+## 既定のポリシー
+
+`ambient-light-sensor` の既定の許可リストは `'self'` です。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- {{HTTPHeader('Feature-Policy')}} ヘッダー
+- [機能ポリシー](/en-US/docs/Web/HTTP/Feature_Policy)
+- [機能ポリシーの使用](/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy)