From f2a891eecf4f893a4114716a5c8f42b5bad18c6b Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Thu, 7 Mar 2024 12:48:26 -0500 Subject: [PATCH] Add Policy Control section in the specification. (#112) --- index.html | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) 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