From 4fd844db947fd9e8a359ea9c3a3f74e83514c9f7 Mon Sep 17 00:00:00 2001 From: "Arnaud (Arno) Mandy" Date: Fri, 10 Nov 2023 10:24:40 +0200 Subject: [PATCH] Use right notation for default allowlist value. (#244) w3c/webappsec-permissions-policy#123 clarified the notation and types used by allowlists and default allowlists. Default allowlists are not allowlists themselves, so we need to use `"self"` rather than `["self"]`. Fixes #154 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ce37f76..f782408 100644 --- a/index.html +++ b/index.html @@ -281,7 +281,7 @@

The Compute Pressure API defines a [=policy-controlled feature=] identified by the token "compute-pressure". - Its [=policy-controlled feature/default allowlist=] is `["self"]`. + Its [=policy-controlled feature/default allowlist=] is `'self'`.

Workers (dedicated and shared) adhere to the permission policy set by their @@ -307,7 +307,7 @@