Skip to content

Commit 6c338b8

Browse files
druberyDaniel Rubery
andauthored
Clarify that allowed_refresh_initiators is only out-of-scope hosts (#228)
This is pretty clear in #algo-request-allows-refresh, but its not clear in the field description. Co-authored-by: Daniel Rubery <[email protected]>
1 parent ae7c6c9 commit 6c338b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spec.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,11 @@ At the root of the JSON object, the following keys can exist:
11151115
[=continue=] key is false.
11161116

11171117
: <dfn>allowed_refresh_initiators</dfn>
1118-
:: a [=list=] of [=strings=] describing which hosts are allowed to initiate
1119-
DBSC refreshes. See [[#algo-request-allows-refresh]] for details. This key
1120-
is OPTIONAL; if not present, the default value will be an empty list.
1118+
:: a [=list=] of [=strings=] describing which out-of-scope hosts are allowed
1119+
to initiate DBSC refreshes. Out-of-scope is defined based on the scope's
1120+
origin and include_site values. See [[#algo-request-allows-refresh]] for
1121+
details. This key is OPTIONAL; if not present, the default value will be an
1122+
empty list.
11211123
</dl>
11221124

11231125
<div class="example" id="secure-session-instruction-example">

0 commit comments

Comments
 (0)