Skip to content

Commit

Permalink
Update rfc9651 status
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
cfredric committed Feb 4, 2025
1 parent b346d9d commit 552279d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Include Can I Use Panels: yes
</pre>
<pre class="biblio">
{
"I-D.structured-field-values-for-http": {
"RFC9651": {
"authors": [ "Mark Nottingham", "Poul-Henning Kamp" ],
"href": "https://datatracker.ietf.org/doc/html/rfc9651",
"title": "Structured Field Values for HTTP",
"status": "ID",
"status": "PS",
"publisher": "IETF"
},
"mnot-designing-headers": {
Expand All @@ -39,7 +39,7 @@ spec: storage-access; type: method; text: requestStorageAccess
</pre>

<pre class="anchors">
urlPrefix: https://datatracker.ietf.org/doc/html/rfc9651; spec: I-D.structured-field-values-for-http
urlPrefix: https://datatracker.ietf.org/doc/html/rfc9651; spec: RFC9651
type: dfn
text: structured field; url: #
for: structured field
Expand Down Expand Up @@ -165,7 +165,7 @@ The `Sec-Fetch-Storage-Access` HTTP Request Header {#sec-fetch-storage-access-he

The <dfn http-header>`Sec-Fetch-Storage-Access`</dfn> HTTP request header exposes a [=request=]'s
ability or inability to access cookies to a server. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a
[=structured field/token=]. [[!I-D.structured-field-values-for-http]] Its ABNF is:
[=structured field/token=]. [[!RFC9651]] Its ABNF is:

```
Sec-Fetch-Storage-Access = sf-token
Expand Down Expand Up @@ -215,7 +215,7 @@ The `Activate-Storage-Access` HTTP Response Header {#activate-storage-access-hea
The <dfn http-header>`Activate-Storage-Access`</dfn> HTTP response header
allows a server to opt in to accessing its unpartitioned cookies in a cross-site request
context. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a [=structured
field/token=]. [[!I-D.structured-field-values-for-http]] Its ABNF is:
field/token=]. [[!RFC9651]] Its ABNF is:

```
Activate-Storage-Access = sf-item
Expand Down

0 comments on commit 552279d

Please sign in to comment.