From 34ca12a51372929ead46ff8c1911aa3d2196618d Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Mon, 9 Sep 2024 08:20:47 -0400 Subject: [PATCH] Consider making permission defaults * instead of self Not asking for review of this yet, but posting here for consideration as part of #106 --- spec.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.bs b/spec.bs index 45e3b9a..ed68c78 100644 --- a/spec.bs +++ b/spec.bs @@ -580,9 +580,9 @@ Note: [=request/Private token refresh policy=] is ignored unless [=request/priva This specification defines two new [=policy-controlled features=]. Exactly one of these policy features applies for a given Private State Token operation. -The [=policy-controlled feature=] identified by "private-state-token-issuance" applies for the "token-request" operation. The [=default allowlist=] for this feature is ["self"]. +The [=policy-controlled feature=] identified by "private-state-token-issuance" applies for the "token-request" operation. The [=default allowlist=] for this feature is *. -The [=policy-controlled feature=] identified by "private-state-token-redemption" applies for the "send-redemption-record" and "token-redemption" operations. The [=default allowlist=] for this feature is ["self"]. +The [=policy-controlled feature=] identified by "private-state-token-redemption" applies for the "send-redemption-record" and "token-redemption" operations. The [=default allowlist=] for this feature is *. A [=request=] has an associated pstPretokens, which is null or a [=byte sequence=].