WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Clarify which origin is used for redirects #94

Closed pythagoraskitty closed 1 year ago

pythagoraskitty commented 1 year ago

We clarify that the origin used for shared storage operations invoked via response headers is the origin of the host server sending the response headers. In particular, in the case of redirects, this is the origin of the redirect URL that is accompanied by the Shared-Storage-Write response header(s).

pythagoraskitty commented 1 year ago

xyaoinum PTAL, Thanks!