@@ -164,12 +164,8 @@ The `Sec-Fetch-Storage-Access` HTTP Request Header {#sec-fetch-storage-access-he
164
164
-----------------------------------------------------------------
165
165
166
166
The <dfn http-header>`Sec-Fetch-Storage-Access`</dfn> HTTP request header exposes a [=request=] 's
167
- ability or inability to access cookies to a server. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a
168
- [=structured field/token=] . [[!RFC9651]] Its ABNF is:
169
-
170
- ```
171
- Sec-Fetch-Storage-Access = sf-token
172
- ```
167
+ ability or inability to access cookies to a server. It is a [=Structured Field=] [=structured field/item=] which is a
168
+ [=structured field/token=] . [[!RFC9651]]
173
169
174
170
Valid `Sec-Fetch-Storage-Access` values include "<code> [=storage access status/none=] </code> ", "<code> [=storage access status/inactive=] </code> ", and
175
171
"<code> [=storage access status/active=] </code> ". In order to support forward-compatibility with as-yet-unknown
@@ -214,14 +210,10 @@ The `Activate-Storage-Access` HTTP Response Header {#activate-storage-access-hea
214
210
215
211
The <dfn http-header>`Activate-Storage-Access`</dfn> HTTP response header
216
212
allows a server to opt in to accessing its unpartitioned cookies in a cross-site request
217
- context. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a [=structured
218
- field/token=] . [[!RFC9651]] Its ABNF is:
219
-
220
- ```
221
- Activate-Storage-Access = sf-item
222
- ```
213
+ context. It is a [=Structured Field=] [=structured field/item=] which is a [=structured
214
+ field/token=] . [[!RFC9651]]
223
215
224
- Valid `Activate-Storage-Access` values include " `load`" and " `retry`" .
216
+ Valid `Activate-Storage-Access` values include `load` and `retry`.
225
217
226
218
The following parameter is defined:
227
219
0 commit comments