- From: Anssi Kostiainen via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Mar 2021 15:40:46 +0000
- To: public-device-apis-log@w3.org
@sideshowbarker, thanks! The current integration is through https://w3c.github.io/sensors/#check-sensor-policy-controlled-features that is called into from https://w3c.github.io/accelerometer/#construct-an-accelerometer-object (and other sensor APIs that inherit from `Sensor`). The feature strings are defined in https://w3c.github.io/permissions/#permission-registry It seems if we'd make the following default allowlist normative in the Generic Sensor API (from https://w3c.github.io/sensors/#permissions-policy-api): >The features' default allowlist is ["self"]. ... that'd satisfy this requirement without needing to add a Permissions Policy Integration section into each concrete sensor API spec? @reillyeon @clelland for review of the idea. -- GitHub Notification of comment by anssiko Please view or discuss this issue at https://github.com/w3c/accelerometer/pull/60#issuecomment-806970254 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 25 March 2021 15:41:22 UTC