-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@davidben pointed out that we made a decision in Fetch Metadata to send the site-relationship between the initiator and the target in Sec-Fetch-Site
, which doesn't allow servers to make the same decisions as we make with SameSite
cookies, which send the relationship between the initiator and all its ancestors and the target. Perhaps we should add another header containing this relationship, which would allow servers to unifiy the declarative logic of SameSite
with server-side logic around other characteristics of a request?
/cc @arturjanc @lweichselbaum @ckerschb WDYT?
sideshowbarker
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request