diff --git a/index.html b/index.html index 86baf70..c116e13 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,12 @@ href: 'https://w3c.github.io/device-posture/polyfill/demo.html' }] }], - xref: "web-platform", + xref: { + profile: "web-platform", + specs: [ + "permissions-policy" + ] + }, logos: [ { src: "./images/daswg-logo.svg", @@ -533,6 +538,41 @@

+
+

+ Policy control +

+

+ The Device Posture API defines a [=policy-controlled feature=] + identified by the token "device-posture". + Its [=policy-controlled feature/default allowlist=] is `'self'`. +

+ +

Security and Privacy considerations